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
ff4373ed
Commit
ff4373ed
authored
Dec 23, 1993
by
Richard M. Stallman
Browse files
(calendar-mode-map): Put back C-v and M-v bindings.
parent
8d1abb42
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 @
ff4373ed
...
...
@@ -1404,8 +1404,10 @@ the inserted text. Value is always t."
(
define-key
calendar-mode-map
"-"
'negative-argument
)
(
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
"\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
)
(
define-key
calendar-mode-map
"\C-b"
'calendar-backward-day
)
(
define-key
calendar-mode-map
"\C-p"
'calendar-backward-week
)
(
define-key
calendar-mode-map
"\e{"
'calendar-backward-month
)
...
...
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