]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous describe-key change
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Jun 2022 11:34:54 +0000 (13:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Jun 2022 11:34:54 +0000 (13:34 +0200)
* lisp/help.el (describe-function-orig-buffer): Ensure we bind
dynamically.

lisp/help.el

index 94747ff4b0f100351d49a1d0624e53f8a4fb6843..f14617b43719818d423ee298af5181558a3b731a 100644 (file)
@@ -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,