]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mouse.el (context-menu-entry): Remove help-buffer-under-preparation.
authorJuri Linkov <juri@linkov.net>
Sun, 20 Feb 2022 18:56:06 +0000 (20:56 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 20 Feb 2022 18:56:06 +0000 (20:56 +0200)
(bug#53910)

lisp/mouse.el

index da2ca1c0360a6867c772f3bde883312608411523..1e205283de20d23cbea245961d48475a31381c22 100644 (file)
@@ -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