Mercurial > emacs
changeset 1474:341c17b20f2a
(vc-prefix-map): Put vc-diff on = and vc-directory on d.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 24 Oct 1992 20:07:08 +0000 |
parents | 6359d8850fa3 |
children | 2596132752ff |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hooks.el Sat Oct 24 04:39:49 1992 +0000 +++ b/lisp/vc-hooks.el Sat Oct 24 20:07:08 1992 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Version: 4.0 -;; $Id: vc-hooks.el,v 1.4 1992/10/20 06:44:21 rms Exp rms $ +;; $Id: vc-hooks.el,v 1.5 1992/10/20 18:43:33 rms Exp rms $ ;; This file is part of GNU Emacs. @@ -167,7 +167,7 @@ (define-key global-map "\C-xv" vc-prefix-map) (define-key vc-prefix-map "a" 'vc-update-change-log) (define-key vc-prefix-map "c" 'vc-cancel-version) - (define-key vc-prefix-map "d" 'vc-diff) + (define-key vc-prefix-map "d" 'vc-directory) (define-key vc-prefix-map "h" 'vc-insert-headers) (define-key vc-prefix-map "i" 'vc-register) (define-key vc-prefix-map "l" 'vc-print-log) @@ -175,7 +175,7 @@ (define-key vc-prefix-map "s" 'vc-create-snapshot) (define-key vc-prefix-map "u" 'vc-revert-buffer) (define-key vc-prefix-map "v" 'vc-next-action) - (define-key vc-prefix-map "=" 'vc-directory) + (define-key vc-prefix-map "=" 'vc-diff) )) (provide 'vc-hooks)