(calendar-mode-hook): Declare it.

This commit is contained in:
Glenn Morris
2007-03-27 02:36:25 +00:00
parent e3fbc89b6a
commit c8a9e437d5

View File

@@ -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.