changeset 99133:be46fd14df8a

(vc-dir-mode-map): Add follow-link behavior.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 25 Oct 2008 18:28:42 +0000
parents 09ffbb0587a5
children 5e119ed8e19b
files lisp/vc-dir.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-dir.el	Sat Oct 25 18:28:26 2008 +0000
+++ b/lisp/vc-dir.el	Sat Oct 25 18:28:42 2008 +0000
@@ -259,6 +259,7 @@
     (define-key map "\C-c\C-c" 'vc-dir-kill-dir-status-process)
     (define-key map [down-mouse-3] 'vc-dir-menu)
     (define-key map [mouse-2] 'vc-dir-toggle-mark)
+    (define-key map [follow-link] 'mouse-face)
     (define-key map "x" 'vc-dir-hide-up-to-date)
     (define-key map "S" 'vc-dir-search) ;; FIXME: Maybe use A like dired?
     (define-key map "Q" 'vc-dir-query-replace-regexp)