summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-02 10:58:45 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-02 11:59:44 +0200
commit60ad45c5d27f78ee58c6b39871b6b04d6bc4e5ed (patch)
tree9e992d8f7091c1a4af9ad2bbfc4e5c30b56c0583 /etc
parent1c3d107cb5367098d592b69d02beedd7aa9ded16 (diff)
downloademacs-60ad45c5d27f78ee58c6b39871b6b04d6bc4e5ed.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/themes/manoj-dark-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index 4c9e4367492..5a53ffbfecc 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"))))