Mercurial > emacs
changeset 18403:bb63fa860267
(vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Jun 1997 02:19:40 +0000 |
parents | 3718b01db9d0 |
children | 2af2dc0cd97f |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hooks.el Mon Jun 23 02:10:46 1997 +0000 +++ b/lisp/vc-hooks.el Mon Jun 23 02:19:40 1997 +0000 @@ -1048,6 +1048,10 @@ () ;;(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))