comparison lisp/calendar/calendar.el @ 76752:f6dad15ba551

(calendar-mode-hook): Declare it.
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Mar 2007 02:36:25 +0000
parents 6d2ab8b45146
children e0a720fbf325
comparison
equal deleted inserted replaced
76751:c6d1a9044805 76752:f6dad15ba551
298 298
299 If t, show all the holidays that would appear in a complete Baha'i 299 If t, show all the holidays that would appear in a complete Baha'i
300 calendar." 300 calendar."
301 :type 'boolean 301 :type 'boolean
302 :group 'holidays) 302 :group 'holidays)
303
304 (defcustom calendar-mode-hook nil
305 "Hook run when entering `calendar-mode'."
306 :type 'hook
307 :group 'calendar-hooks)
303 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.
307 This is the place to add key bindings to `calendar-mode-map'." 312 This is the place to add key bindings to `calendar-mode-map'."