diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-01-05 14:54:24 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-01-05 14:56:00 +0100 |
commit | fab840e381db8b5fd226f59d976abd3e4f16bec4 (patch) | |
tree | 17fee678692684d0b2ed38536cd0070fd60f5845 /lisp/buff-menu.el | |
parent | bb0c197b77e04258ebba7bb989a2357740bfa28d (diff) | |
download | emacs-fab840e381db8b5fd226f59d976abd3e4f16bec4.tar.gz |
; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning.
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index ee503846d07..50c2c155caf 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -150,7 +150,7 @@ commands.") "M-s a C-o" #'Buffer-menu-multi-occur "<mouse-2>" #'Buffer-menu-mouse-select - "<follow-link>" #'mouse-face) + "<follow-link>" 'mouse-face) (easy-menu-define Buffer-menu-mode-menu Buffer-menu-mode-map "Menu for `Buffer-menu-mode' buffers." |