changeset 19104:3c4cbef834b6

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Aug 1997 22:57:46 +0000
parents 3a841692390c
children fe86a22972fa
files lisp/calendar/calendar.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))