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
9bef02e1
Commit
9bef02e1
authored
Jun 23, 1997
by
Richard M. Stallman
Browse files
(vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot.
parent
b96d6bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/vc-hooks.el
lisp/vc-hooks.el
+4
-0
No files found.
lisp/vc-hooks.el
View file @
9bef02e1
...
...
@@ -1048,6 +1048,10 @@ Returns t if checkout was successful, nil otherwise."
()
;;(define-key vc-menu-map [show-files]
;; '("Show Files under VC" . (vc-directory t)))
(
define-key
vc-menu-map
[vc-retrieve-snapshot]
'
(
"Retrieve Snapshot"
.
vc-retrieve-snapshot
))
(
define-key
vc-menu-map
[vc-create-snapshot]
'
(
"Create Snapshot"
.
vc-create-snapshot
))
(
define-key
vc-menu-map
[vc-directory]
'
(
"Show Locked Files"
.
vc-directory
))
(
define-key
vc-menu-map
[separator1]
'
(
"----"
))
(
define-key
vc-menu-map
[vc-annotate]
'
(
"Annotate"
.
vc-annotate
))
...
...
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