aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-25 18:28:42 +0000
committerChong Yidong2008-10-25 18:28:42 +0000
commitd03b3d23878840ada9fd34ff9a6003a8446258f7 (patch)
treed3a6b465f3954b8bbe6c9df0b6ae994e2f446ba2
parentfafd297956356fd68f24192bd001d3b96f782719 (diff)
downloademacs-d03b3d23878840ada9fd34ff9a6003a8446258f7.tar.gz
emacs-d03b3d23878840ada9fd34ff9a6003a8446258f7.zip
(vc-dir-mode-map): Add follow-link behavior.
-rw-r--r--lisp/vc-dir.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el
index d7ae86e079e..ed76f0ad1d0 100644
--- a/lisp/vc-dir.el
+++ b/lisp/vc-dir.el
@@ -259,6 +259,7 @@ See `run-hooks'."
259 (define-key map "\C-c\C-c" 'vc-dir-kill-dir-status-process) 259 (define-key map "\C-c\C-c" 'vc-dir-kill-dir-status-process)
260 (define-key map [down-mouse-3] 'vc-dir-menu) 260 (define-key map [down-mouse-3] 'vc-dir-menu)
261 (define-key map [mouse-2] 'vc-dir-toggle-mark) 261 (define-key map [mouse-2] 'vc-dir-toggle-mark)
262 (define-key map [follow-link] 'mouse-face)
262 (define-key map "x" 'vc-dir-hide-up-to-date) 263 (define-key map "x" 'vc-dir-hide-up-to-date)
263 (define-key map "S" 'vc-dir-search) ;; FIXME: Maybe use A like dired? 264 (define-key map "S" 'vc-dir-search) ;; FIXME: Maybe use A like dired?
264 (define-key map "Q" 'vc-dir-query-replace-regexp) 265 (define-key map "Q" 'vc-dir-query-replace-regexp)