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
0f9aa26a
Commit
0f9aa26a
authored
May 30, 2008
by
Glenn Morris
Browse files
(appt-check): Use diary-display-function rather than diary-display-hook.
parent
f8c8f32b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calendar/appt.el
lisp/calendar/appt.el
+1
-1
No files found.
lisp/calendar/appt.el
View file @
0f9aa26a
...
...
@@ -330,7 +330,7 @@ displayed in a window:
diary-hook
(cons 'appt-make-list diary-hook))))
(diary))
(let* ((diary-display-
hook
'appt-make-list)
(let* ((diary-display-
function
'appt-make-list)
(d-buff (find-buffer-visiting
(substitute-in-file-name diary-file)))
(selective
...
...
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