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
a02717cc
Commit
a02717cc
authored
May 30, 2008
by
Glenn Morris
Browse files
(calendar-mouse-view-diary-entries): Use LIST-ONLY argument of
diary-list-entries rather than setting diary-display-hook.
parent
75c72180
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lisp/calendar/cal-menu.el
lisp/calendar/cal-menu.el
+0
-1
No files found.
lisp/calendar/cal-menu.el
View file @
a02717cc
...
...
@@ -227,7 +227,6 @@ is non-nil."
(
let*
((
date
(
or
date
(
cal-menu-event-to-date
)))
(
diary-file
(
or
diary
diary-file
))
(
diary-list-include-blanks
nil
)
(
diary-display-hook
'ignore
)
(
diary-entries
(
mapcar
(
lambda
(
x
)
(
split-string
(
cadr
x
)
"\n"
))
(
diary-list-entries
date
1
'list-only
)))
...
...
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