aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/calendar.el
diff options
context:
space:
mode:
authorShengHuo ZHU <[email protected]>2000-11-05 03:49:38 +0000
committerShengHuo ZHU <[email protected]>2000-11-05 03:49:38 +0000
commit42121c23099e579c536fc74c959849023a30b0ce (patch)
tree0aeeeb652bc48d25cff34bae199774d35d0aa1e2 /lisp/calendar/calendar.el
parent1ba90166d025f66929d30bbf23920262c4653b8f (diff)
Revoke the change.
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r--lisp/calendar/calendar.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 38b2b13a4c..8773cc8746 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -207,11 +207,11 @@ If nil, make an icon of the frame. If non-nil, delete the frame."
(add-to-list 'facemenu-unlisted-faces 'diary-face)
(defface diary-face
'((((class color) (background light))
- (:foreground "red"))
+ :foreground "red")
(((class color) (background dark))
- (:foreground "yellow"))
+ :foreground "yellow")
(t
- (:bold t)))
+ :bold t))
"Face for highlighting diary entries."
:group 'diary)
@@ -224,11 +224,11 @@ If nil, make an icon of the frame. If non-nil, delete the frame."
(add-to-list 'facemenu-unlisted-faces 'holiday-face)
(defface holiday-face
'((((class color) (background light))
- (:background "pink"))
+ :background "pink")
(((class color) (background dark))
- (:background "chocolate4"))
+ :background "chocolate4")
(t
- (:inverse-video t)))
+ :inverse-video t))
"Face for indicating dates that have holidays."
:group 'diary)