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
d46b5214
Commit
d46b5214
authored
Nov 20, 2008
by
Dan Nicolaescu
Browse files
(cal-menu-scroll-menu): Add bindings for
week forward/backward.
parent
3fd29551
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/cal-menu.el
lisp/calendar/cal-menu.el
+2
-0
No files found.
lisp/ChangeLog
View file @
d46b5214
2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
* calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
week forward/backward.
2008-11-20 Juanma Barranquero <lekktu@gmail.com>
* ehelp.el (electric-help-map, ehelp-map): Define within defvar.
...
...
lisp/calendar/cal-menu.el
View file @
d46b5214
...
...
@@ -145,9 +145,11 @@
(
defconst
cal-menu-scroll-menu
'
(
"Scroll"
[
"Forward 1 Week"
calendar-forward-week]
[
"Forward 1 Month"
calendar-scroll-left]
[
"Forward 3 Months"
calendar-scroll-left-three-months]
[
"Forward 1 Year"
(
calendar-scroll-left
12
)
:keys
"4 C-v"
]
[
"Backward 1 Week"
calendar-backward-week]
[
"Backward 1 Month"
calendar-scroll-right]
[
"Backward 3 Months"
calendar-scroll-right-three-months]
[
"Backward 1 Year"
(
calendar-scroll-right
12
)
:keys
"4 M-v"
]
)
...
...
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