From: Glenn Morris Date: Tue, 27 Mar 2007 02:36:25 +0000 (+0000) Subject: (calendar-mode-hook): Declare it. X-Git-Tag: emacs-pretest-22.0.97~164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8a9e437d5c0ef2a835d8872bd1e48659396fd52;p=emacs.git (calendar-mode-hook): Declare it. --- 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." :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.