Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
13775346
Commit
13775346
authored
Mar 21, 2007
by
Glenn Morris
Browse files
(diary-set-maybe-redraw): Autoload it.
(diary-display-hook): Add custom :set function.
parent
eec39ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/calendar/calendar.el
lisp/calendar/calendar.el
+4
-0
No files found.
lisp/calendar/calendar.el
View file @
13775346
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment