Variable: calendar-mark-holidays-flag
calendar-mark-holidays-flag is a customizable variable defined in
calendar.el.gz.
Value
nil
Documentation
Non-nil means mark dates of holidays in the calendar window.
The marking symbol is specified by the variable calendar-holiday-marker.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
;; FIXME :set
(defcustom calendar-mark-holidays-flag nil
"Non-nil means mark dates of holidays in the calendar window.
The marking symbol is specified by the variable `calendar-holiday-marker'."
:type 'boolean
:group 'holidays)