Variable: holiday-other-holidays
holiday-other-holidays is a customizable variable defined in
holidays.el.gz.
Value
nil
Documentation
User defined holidays.
See the documentation for calendar-holidays for details.
Do not set this variable with setq; instead, use setopt
or customize-option.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/holidays.el.gz
;;;###autoload
(defcustom holiday-other-holidays nil
"User defined holidays.
See the documentation for `calendar-holidays' for details.
Do not set this variable with `setq'; instead, use `setopt'
or `customize-option'."
:set #'holidays--set-calendar-holidays
:type 'sexp)