]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-dir-mode-map): Add follow-link behavior.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 25 Oct 2008 18:28:42 +0000 (18:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 25 Oct 2008 18:28:42 +0000 (18:28 +0000)
lisp/vc-dir.el

index d7ae86e079ec4c04f9f7b90b4f97b0f83a78f72b..ed76f0ad1d03f4cadc720a732cd75a680638aebf 100644 (file)
@@ -259,6 +259,7 @@ See `run-hooks'."
     (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)