Mercurial > emacs
changeset 76752:f6dad15ba551
(calendar-mode-hook): Declare it.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 Mar 2007 02:36:25 +0000 |
parents | c6d1a9044805 |
children | 6dd24f47529d |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.