projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0c197
)
; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning.
author
Stefan Kangas
<stefan@marxist.se>
Wed, 5 Jan 2022 13:54:24 +0000
(14:54 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Wed, 5 Jan 2022 13:56:00 +0000
(14:56 +0100)
lisp/buff-menu.el
patch
|
blob
|
history
diff --git
a/lisp/buff-menu.el
b/lisp/buff-menu.el
index ee503846d075d9365800f3cf8187f503691376d0..50c2c155caf2106f3651b89cdba372e78dfa767e 100644
(file)
--- 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."