# HG changeset patch # User Glenn Morris # Date 1174962985 0 # Node ID f6dad15ba55189e8eecbd7cfdeafec2d698650f1 # Parent c6d1a904480594fb9d5acc9c29545b790be645c1 (calendar-mode-hook): Declare it. diff -r c6d1a9044805 -r f6dad15ba551 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Tue Mar 27 02:36:08 2007 +0000 +++ b/lisp/calendar/calendar.el Tue Mar 27 02:36:25 2007 +0000 @@ -301,6 +301,11 @@ :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.