# HG changeset patch # User Richard M. Stallman # Date 870649066 0 # Node ID 3c4cbef834b6410afe582b8ec40168ae731a4887 # Parent 3a841692390cd3d105e68a8b8eef47789c182558 Fix previous change. diff -r 3a841692390c -r 3c4cbef834b6 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Sun Aug 03 12:48:31 1997 +0000 +++ b/lisp/calendar/calendar.el Sun Aug 03 22:57:46 1997 +0000 @@ -191,7 +191,7 @@ (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 @@ (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))