summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-02-20 20:56:06 +0200
committerJuri Linkov <juri@linkov.net>2022-02-20 20:56:06 +0200
commit17c75146a400ddd95d6e49de32ff9018a9052115 (patch)
treefebd1cec441d5019be1f9f35f6124671741938bc /lisp/mouse.el
parent4450ae0f7801182723a514cb02a1667a3dbcfc8e (diff)
downloademacs-17c75146a400ddd95d6e49de32ff9018a9052115.tar.gz
* lisp/mouse.el (context-menu-entry): Remove help-buffer-under-preparation.
(bug#53910)
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index da2ca1c0360..1e205283de2 100644
--- 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