Variable: holiday-local-holidays

holiday-local-holidays is a customizable variable defined in holidays.el.gz.

Value

nil

Documentation

Local holidays.

See the documentation for calendar-holidays for details.

Do not set this variable with setq; instead, use setopt or customize-option.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/holidays.el.gz
;;;###autoload
(defcustom holiday-local-holidays nil
  "Local 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)