Mercurial > emacs
comparison lisp/vc-dir.el @ 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 | 497018549116 |
children | b0dce7f34dda |
comparison
equal
deleted
inserted
replaced
99132:09ffbb0587a5 | 99133:be46fd14df8a |
---|---|
257 (define-key map "\C-m" 'vc-dir-find-file) | 257 (define-key map "\C-m" 'vc-dir-find-file) |
258 (define-key map "o" 'vc-dir-find-file-other-window) | 258 (define-key map "o" 'vc-dir-find-file-other-window) |
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) |
265 (define-key map (kbd "M-s a C-s") 'vc-dir-isearch) | 266 (define-key map (kbd "M-s a C-s") 'vc-dir-isearch) |
266 (define-key map (kbd "M-s a M-C-s") 'vc-dir-isearch-regexp) | 267 (define-key map (kbd "M-s a M-C-s") 'vc-dir-isearch-regexp) |