Variable: calendar-today-invisible-hook
calendar-today-invisible-hook is a customizable variable defined in
calendar.el.gz.
Value
nil
Documentation
List of functions called whenever the current date is not visible.
See also calendar-today-visible-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-today-invisible-hook nil
"List of functions called whenever the current date is not visible.
See also `calendar-today-visible-hook'."
:type 'hook
:group 'calendar-hooks)