Fix previous describe-key change
* lisp/help.el (describe-function-orig-buffer): Ensure we bind dynamically.
This commit is contained in:
parent
ef03c8852d
commit
a5387dec4e
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue