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
cdbcbc6a
Commit
cdbcbc6a
authored
Aug 09, 2005
by
Richard M. Stallman
Browse files
(calendar-mode-map): Bind < and > usefully.
parent
56b3b16b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/calendar/calendar.el
lisp/calendar/calendar.el
+2
-0
No files found.
lisp/calendar/calendar.el
View file @
cdbcbc6a
...
...
@@ -2205,9 +2205,11 @@ movement commands will not work correctly."
calendar-mode-map
global-map
)
(
setq
l
(
cdr
l
))))
(
define-key
calendar-mode-map
"-"
'negative-argument
)
(
define-key
calendar-mode-map
">"
'scroll-calendar-right
)
(
define-key
calendar-mode-map
"\C-x>"
'scroll-calendar-right
)
(
define-key
calendar-mode-map
[prior]
'scroll-calendar-right-three-months
)
(
define-key
calendar-mode-map
"\ev"
'scroll-calendar-right-three-months
)
(
define-key
calendar-mode-map
"<"
'scroll-calendar-left
)
(
define-key
calendar-mode-map
"\C-x<"
'scroll-calendar-left
)
(
define-key
calendar-mode-map
[next]
'scroll-calendar-left-three-months
)
(
define-key
calendar-mode-map
"\C-v"
'scroll-calendar-left-three-months
)
...
...
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