diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-09 20:07:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-09 20:07:01 +0000 |
commit | 79ac8f50ea15722da21f05f37f36eea632701ff2 (patch) | |
tree | 70942723d3000aa51b90ef1eb9db3e09855406aa /lisp/vc-hooks.el | |
parent | 7a78b6e74a96154fed9f434145a22bb1cdad425c (diff) | |
download | emacs-79ac8f50ea15722da21f05f37f36eea632701ff2.tar.gz |
VC directory bindings are noew documented.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 926027bdff3..be1e9f91fb3 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -995,8 +995,7 @@ Used in `find-file-not-found-functions'." (define-key map "+" 'vc-update) (define-key map "=" 'vc-diff) (define-key map "~" 'vc-revision-other-window) - ;; `vc-dir' is a not-quite-ready replacement for `vc-directory' - ;; (define-key map "?" 'vc-dir) + (define-key map "?" 'vc-dir) map)) (fset 'vc-prefix-map vc-prefix-map) (define-key global-map "\C-xv" 'vc-prefix-map) |