Mercurial > emacs
changeset 59024:f71e5777b783
(dired-mode-map): Map follow-link to mouse-face.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 17 Dec 2004 15:18:02 +0000 |
parents | fa849ef3cf2c |
children | ad6398d47add |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Fri Dec 17 15:17:47 2004 +0000 +++ b/lisp/dired.el Fri Dec 17 15:18:02 2004 +0000 @@ -1104,6 +1104,7 @@ (let ((map (make-keymap))) (suppress-keymap map) (define-key map [mouse-2] 'dired-mouse-find-file-other-window) + (define-key map [follow-link] 'mouse-face) ;; Commands to mark or flag certain categories of files (define-key map "#" 'dired-flag-auto-save-files) (define-key map "." 'dired-clean-directory)