(if (not window-system)
"+"
(require 'faces)
+ (add-to-list 'facemenu-unlisted-faces 'diary-face)
(make-face 'diary-face)
(cond ((face-differs-from-default-p 'diary-face))
((x-display-color-p) (set-face-foreground 'diary-face "red"))
(if (not window-system)
"="
(require 'faces)
+ (add-to-list 'facemenu-unlisted-faces 'calendar-today-face)
(make-face 'calendar-today-face)
(if (not (face-differs-from-default-p 'calendar-today-face))
(set-face-underline-p 'calendar-today-face t))
(if (not window-system)
"*"
(require 'faces)
+ (add-to-list 'facemenu-unlisted-faces 'holiday-face)
(make-face 'holiday-face)
(cond ((face-differs-from-default-p 'holiday-face))
((x-display-color-p) (set-face-background 'holiday-face "pink"))