(calendar-mode-hook): Declare it.
This commit is contained in:
@@ -301,6 +301,11 @@ calendar."
|
||||
:type 'boolean
|
||||
:group 'holidays)
|
||||
|
||||
(defcustom calendar-mode-hook nil
|
||||
"Hook run when entering `calendar-mode'."
|
||||
:type 'hook
|
||||
:group 'calendar-hooks)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom calendar-load-hook nil
|
||||
"List of functions to be called after the calendar is first loaded.
|
||||
|
||||
Reference in New Issue
Block a user