]> git.eshelyaron.com Git - emacs.git/commitdiff
(cvs-mode-map): Bind v to cvs-mode-view-file.
authorKim F. Storm <storm@cua.dk>
Fri, 15 Oct 2004 23:35:58 +0000 (23:35 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 15 Oct 2004 23:35:58 +0000 (23:35 +0000)
lisp/pcvs-defs.el

index cd379afab77b84abf90b7f3cfc7cb2ae95aba9a5..6bdd6bb6dd8ad1c78bc97c38c816b1e5fb07f5b2 100644 (file)
@@ -374,7 +374,7 @@ This variable is buffer local and only used in the *cvs* buffer.")
     ("r" .     cvs-mode-remove)
     ("s" .     cvs-mode-status)
     ("t" .     cvs-mode-tag)
-    ;;("v" .   cvs-mode-diff-vendor)
+    ("v" .     cvs-mode-view-file)
     ("x" .     cvs-mode-remove-handled)
     ;; cvstree bindings
     ("+" .     cvs-mode-tree)