emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 60ad45c5d2 1/3: Don't use obsolete face name in manoj-dark-them


From: Stefan Kangas
Subject: emacs-28 60ad45c5d2 1/3: Don't use obsolete face name in manoj-dark-theme
Date: Sat, 2 Jul 2022 06:00:58 -0400 (EDT)

branch: emacs-28
commit 60ad45c5d27f78ee58c6b39871b6b04d6bc4e5ed
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Don't use obsolete face name in manoj-dark-theme
    
    * etc/themes/manoj-dark-theme.el (change-log-acknowledgment): Don't
    use obsolete/non-existent face name.
---
 etc/themes/manoj-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index 4c9e436749..5a53ffbfec 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -377,7 +377,7 @@ jarring angry fruit salad look to reduce eye fatigue.")
                           :foreground "black" :background "grey"
                           :weight bold ))))
  '(calendar-today-face ((t (:underline t :bold t :foreground "cornsilk"))))
- '(change-log-acknowledgement-face ((t (:italic t :slant oblique :foreground 
"AntiqueWhite3"))))
+ '(change-log-acknowledgment ((t (:italic t :slant oblique :foreground 
"AntiqueWhite3"))))
  '(change-log-conditionals-face ((t (:foreground "Aquamarine"))))
  '(change-log-date-face ((t (:italic t :slant oblique :foreground 
"BurlyWood"))))
  '(change-log-email-face ((t (:foreground "Aquamarine"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]