Variable: diary-hook
diary-hook is a customizable variable defined in diary-lib.el.gz.
Value
nil
Documentation
Hook run after displaying the diary.
Used for example by the appointment package - see appt-activate.
The variables number and original-date are dynamically bound around
the call.
Probably introduced at or before Emacs version 19.20.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/diary-lib.el.gz
(defcustom diary-hook nil
"Hook run after displaying the diary.
Used for example by the appointment package - see `appt-activate'.
The variables `number' and `original-date' are dynamically bound around
the call."
:type 'hook
:group 'diary)