]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Jun 1997 02:19:40 +0000 (02:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Jun 1997 02:19:40 +0000 (02:19 +0000)
lisp/vc-hooks.el

index ee86293b5c9070ed527590ec30a30c26459205be..0b5cba99422424045437096c329f125571138290 100644 (file)
@@ -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))