From 65f1589593233c75b6aaf5797eac437db09a066c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 Aug 1997 22:57:46 +0000 Subject: [PATCH] Fix previous change. --- lisp/calendar/calendar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index d1642cdc547..7432882108c 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -191,7 +191,7 @@ The marking symbol is specified by the variable `diary-entry-marker'." (when window-system (add-to-list 'facemenu-unlisted-faces 'diary-face) (defface diary-face - '(((:class color) :foreground "red") + '(((:class color) (:foreground "red")) (t (:bold t))) "Face for highlighting diary entries." :group 'diary) @@ -204,7 +204,7 @@ The marking symbol is specified by the variable `diary-entry-marker'." (add-to-list 'facemenu-unlisted-faces 'holiday-face) (defface holiday-face - '(((:class color) :background "pink") + '(((:class color) (:background "pink")) (t (:inverse-video t))) "Face for indicating dates that have holidays." :group 'diary)) -- 2.39.2