]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-mode-hook): Declare it.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2007 02:36:25 +0000 (02:36 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2007 02:36:25 +0000 (02:36 +0000)
lisp/calendar/calendar.el

index fa7a68acd3081e27ee95901448fe96adaf5ef1e6..18037e9b79425175bed816126acaf250e877bb7a 100644 (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.