diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-07-03 14:32:01 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-07-03 14:32:01 +0000 |
commit | edfe28952865fe3db72063cf456f9051fa2244a5 (patch) | |
tree | 2ab6b350a0c16fb517bf030e7045ccc9fff52376 /lisp/calendar | |
parent | e4dd2f0731105c8fd5513b849a32c771be4e0dc5 (diff) | |
download | emacs-edfe28952865fe3db72063cf456f9051fa2244a5.tar.gz |
* emulation/viper-init.el, calendar/calendar.el:
* progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/calendar.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 6abcb74a3e2..38bcc887ec0 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -213,12 +213,6 @@ If nil, make an icon of the frame. If non-nil, delete the frame." ;; backward-compatibility alias (put 'holiday-face 'face-alias 'holiday) -(eval-after-load "facemenu" - '(progn - (add-to-list 'facemenu-unlisted-faces 'diary) - (add-to-list 'facemenu-unlisted-faces 'calendar-today) - (add-to-list 'facemenu-unlisted-faces 'holiday))) - (defcustom diary-entry-marker (if (not (display-color-p)) "+" |