Mercurial > emacs
changeset 61382:22d7e92c1591
(Buffer-menu-mode-map): Map follow-link to
mouse-face.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 08 Apr 2005 11:04:22 +0000 |
parents | aa86c98eb937 |
children | 0dedf9dc0bc5 |
files | lisp/buff-menu.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/buff-menu.el Fri Apr 08 09:55:48 2005 +0000 +++ b/lisp/buff-menu.el Fri Apr 08 11:04:22 2005 +0000 @@ -141,6 +141,7 @@ (define-key Buffer-menu-mode-map "V" 'Buffer-menu-view) (define-key Buffer-menu-mode-map "T" 'Buffer-menu-toggle-files-only) (define-key Buffer-menu-mode-map [mouse-2] 'Buffer-menu-mouse-select) + (define-key Buffer-menu-mode-map [follow-link] 'mouse-face) ) ;; Buffer Menu mode is suitable only for specially formatted data.