diff options
author | Glenn Morris <rgm@gnu.org> | 2007-03-27 02:36:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-03-27 02:36:25 +0000 |
commit | c8a9e437d5c0ef2a835d8872bd1e48659396fd52 (patch) | |
tree | a1cfd574c262e9ca19018bbd62656d3df9ff44b5 | |
parent | e3fbc89b6a60257eba4270a6beed68a95b23cb3e (diff) | |
download | emacs-c8a9e437d5c0ef2a835d8872bd1e48659396fd52.tar.gz |
(calendar-mode-hook): Declare it.
-rw-r--r-- | lisp/calendar/calendar.el | 5 |
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." :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. |