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
27ba2fc3
Commit
27ba2fc3
authored
Apr 22, 2006
by
Glenn Morris
Browse files
(calendar-mode-map): Refer to `diary-view-entries' rather than alias
`view-diary-entries'.
parent
cc6e521e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calendar/cal-menu.el
lisp/calendar/cal-menu.el
+1
-1
No files found.
lisp/calendar/cal-menu.el
View file @
27ba2fc3
...
...
@@ -89,7 +89,7 @@
(
define-key
calendar-mode-map
[menu-bar
diary
mark]
'
(
"Mark All"
.
mark-diary-entries
))
(
define-key
calendar-mode-map
[menu-bar
diary
view]
'
(
"Cursor Date"
.
view-
diary-entries
))
'
(
"Cursor Date"
.
diary
-view
-entries
))
(
define-key
calendar-mode-map
[menu-bar
diary
view]
'
(
"Other File"
.
view-other-diary-entries
))
...
...
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