aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2007-03-27 02:36:25 +0000
committerGlenn Morris2007-03-27 02:36:25 +0000
commitc8a9e437d5c0ef2a835d8872bd1e48659396fd52 (patch)
treea1cfd574c262e9ca19018bbd62656d3df9ff44b5 /lisp
parente3fbc89b6a60257eba4270a6beed68a95b23cb3e (diff)
downloademacs-c8a9e437d5c0ef2a835d8872bd1e48659396fd52.tar.gz
emacs-c8a9e437d5c0ef2a835d8872bd1e48659396fd52.zip
(calendar-mode-hook): Declare it.
Diffstat (limited to 'lisp')
-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.