emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a5387dec4e: Fix previous describe-key change


From: Lars Ingebrigtsen
Subject: master a5387dec4e: Fix previous describe-key change
Date: Tue, 21 Jun 2022 07:35:08 -0400 (EDT)

branch: master
commit a5387dec4eb12ff668e531f323efd8b28540c9a2
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix previous describe-key change
    
    * lisp/help.el (describe-function-orig-buffer): Ensure we bind
    dynamically.
---
 lisp/help.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/help.el b/lisp/help.el
index 94747ff4b0..f14617b437 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -903,6 +903,9 @@ Describe the following key, mouse click, or menu item: "
         (setq yank-menu (copy-sequence saved-yank-menu))
         (fset 'yank-menu (cons 'keymap yank-menu))))))
 
+;; Defined in help-fns.el.
+(defvar describe-function-orig-buffer)
+
 (defun describe-key (&optional key-list buffer up-event)
   "Display documentation of the function invoked by KEY-LIST.
 KEY-LIST can be any kind of a key sequence; it can include keyboard events,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]