projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4450ae0
)
* lisp/mouse.el (context-menu-entry): Remove help-buffer-under-preparation.
author
Juri Linkov
<juri@linkov.net>
Sun, 20 Feb 2022 18:56:06 +0000
(20:56 +0200)
committer
Juri Linkov
<juri@linkov.net>
Sun, 20 Feb 2022 18:56:06 +0000
(20:56 +0200)
(bug#53910)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index da2ca1c0360a6867c772f3bde883312608411523..1e205283de20d23cbea245961d48475a31381c22 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-541,9
+541,7
@@
Some context functions add menu items below the separator."
(defvar context-menu-entry
`(menu-item ,(purecopy "Context Menu") ,(make-sparse-keymap)
- :filter ,(lambda (_) (unless help-buffer-under-preparation
- ;; No need to build menu to describe keys
- (context-menu-map))))
+ :filter ,(lambda (_) (context-menu-map)))
"Menu item that creates the context menu and can be bound to a mouse key.")
(defvar context-menu-mode-map