aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/calendar.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index fa7a68acd30..18037e9b794 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -301,6 +301,11 @@ calendar."
301 :type 'boolean 301 :type 'boolean
302 :group 'holidays) 302 :group 'holidays)
303 303
304(defcustom calendar-mode-hook nil
305 "Hook run when entering `calendar-mode'."
306 :type 'hook
307 :group 'calendar-hooks)
308
304;;;###autoload 309;;;###autoload
305(defcustom calendar-load-hook nil 310(defcustom calendar-load-hook nil
306 "List of functions to be called after the calendar is first loaded. 311 "List of functions to be called after the calendar is first loaded.