comparison lisp/calendar/calendar.el @ 71569:deb64e2d79af

* emulation/viper-init.el, calendar/calendar.el: * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 03 Jul 2006 14:32:01 +0000
parents 2c9ec59f776a
children 3dbfd59b44b5 138ce2701550
comparison
equal deleted inserted replaced
71568:8d6af1c1c365 71569:deb64e2d79af
210 :inverse-video t)) 210 :inverse-video t))
211 "Face for indicating dates that have holidays." 211 "Face for indicating dates that have holidays."
212 :group 'diary) 212 :group 'diary)
213 ;; backward-compatibility alias 213 ;; backward-compatibility alias
214 (put 'holiday-face 'face-alias 'holiday) 214 (put 'holiday-face 'face-alias 'holiday)
215
216 (eval-after-load "facemenu"
217 '(progn
218 (add-to-list 'facemenu-unlisted-faces 'diary)
219 (add-to-list 'facemenu-unlisted-faces 'calendar-today)
220 (add-to-list 'facemenu-unlisted-faces 'holiday)))
221 215
222 (defcustom diary-entry-marker 216 (defcustom diary-entry-marker
223 (if (not (display-color-p)) 217 (if (not (display-color-p))
224 "+" 218 "+"
225 'diary) 219 'diary)