Fix possible cyclic face definition in custom themes

This might render Emacs unresponsive when trying to display text formatted with
those faces, as happened on Emacs 27.1 and Windows 10.
This commit is contained in:
Daniel - 2020-11-14 10:05:59 +01:00
parent a7fea93b81
commit a7ea15df00
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Known to work well with the `solarized-dark theme.")
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
'(gnus-group-mail-2 ((t (:inherit outline-4 :weight normal))))
'(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight normal))))
'(gnus-group-mail-3 ((t (:inherit outline-5 :weight normal))))
'(gnus-group-news-3 ((t (:inherit outline-5 :weight normal))))
'(gnus-summary-high-ancient ((t (:foreground "#268bd2" :weight normal))))
'(gnus-summary-high-read ((t (:foreground "#859900" :weight normal))))

View File

@ -21,7 +21,7 @@
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
'(gnus-group-mail-2 ((t (:inherit outline-4 :weight normal))))
'(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight normal))))
'(gnus-group-mail-3 ((t (:inherit outline-5 :weight normal))))
'(gnus-group-news-3 ((t (:inherit outline-5 :weight normal))))
'(gnus-summary-high-ancient ((t (:foreground "#268bd2" :weight normal))))
'(gnus-summary-high-read ((t (:foreground "#859900" :weight normal))))