From 17c75146a400ddd95d6e49de32ff9018a9052115 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 20 Feb 2022 20:56:06 +0200 Subject: [PATCH] * lisp/mouse.el (context-menu-entry): Remove help-buffer-under-preparation. (bug#53910) --- lisp/mouse.el | 4 +--- 1 file changed, 1 insertion(+), 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 -- 2.39.5