diff options
| author | Chong Yidong | 2006-07-03 14:32:01 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-07-03 14:32:01 +0000 |
| commit | b99489fee1436ad69ef8eefa6247eda8a141fa35 (patch) | |
| tree | d1b91077b16e43fdb970964a8c5f4b91ece0be6b /lisp/calendar | |
| parent | b6a675073037e81f781db98e0210f8cc58de8227 (diff) | |
| download | emacs-b99489fee1436ad69ef8eefa6247eda8a141fa35.tar.gz emacs-b99489fee1436ad69ef8eefa6247eda8a141fa35.zip | |
* 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." | |||
| 213 | ;; backward-compatibility alias | 213 | ;; backward-compatibility alias |
| 214 | (put 'holiday-face 'face-alias 'holiday) | 214 | (put 'holiday-face 'face-alias 'holiday) |
| 215 | 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 | |||
| 222 | (defcustom diary-entry-marker | 216 | (defcustom diary-entry-marker |
| 223 | (if (not (display-color-p)) | 217 | (if (not (display-color-p)) |
| 224 | "+" | 218 | "+" |