(diary-set-maybe-redraw): Autoload it.

(diary-display-hook): Add custom :set function.
This commit is contained in:
Glenn Morris 2007-03-21 06:25:58 +00:00
parent eec39ec7cd
commit 137753463d

View file

@ -770,6 +770,8 @@ Can be used for appointment notification."
:type 'hook
:group 'diary)
(autoload 'diary-set-maybe-redraw "diary-lib")
;;;###autoload
(defcustom diary-display-hook nil
"List of functions that handle the display of the diary.
@ -794,6 +796,8 @@ if that day is a holiday; if you want such days to be shown in the fancy
diary buffer, set the variable `diary-list-include-blanks' to t."
:type 'hook
:options '(fancy-diary-display)
:initialize 'custom-initialize-default
:set 'diary-set-maybe-redraw
:group 'diary)
;;;###autoload