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
34ffe043
Commit
34ffe043
authored
Jun 10, 2004
by
Kim F. Storm
Browse files
(cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
parent
3fc3e0a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/pcvs-defs.el
lisp/pcvs-defs.el
+1
-0
No files found.
lisp/pcvs-defs.el
View file @
34ffe043
...
...
@@ -305,6 +305,7 @@ This variable is buffer local and only used in the *cvs* buffer.")
(
"d"
"diff"
.
cvs-mode-diff
)
(
"b"
"backup"
.
cvs-mode-diff-backup
)
(
"h"
"head"
.
cvs-mode-diff-head
)
(
"y"
"yesterday"
.
cvs-mode-diff-yesterday
)
(
"v"
"vendor"
.
cvs-mode-diff-vendor
))
"Keymap for diff-related operations in `cvs-mode'."
:name
"Diff"
)
...
...
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