emacs-diffs
[Top][All Lists]
Advanced

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

master b648634982: ; * lisp/help-fns.el (help-fns--key-bindings): Fix pr


From: Gregory Heytings
Subject: master b648634982: ; * lisp/help-fns.el (help-fns--key-bindings): Fix previous change.
Date: Mon, 5 Sep 2022 18:15:56 -0400 (EDT)

branch: master
commit b648634982bb52be2b21e92d4aeb837621b5ec63
Author: Gregory Heytings <gregory@heytings.org>
Commit: Gregory Heytings <gregory@heytings.org>

    ; * lisp/help-fns.el (help-fns--key-bindings): Fix previous change.
---
 lisp/help-fns.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index e223b10ba8..dac4a03cd9 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -516,7 +516,8 @@ the C sources, too."
           (remapped (command-remapping function)))
       (unless (memq remapped '(ignore undefined))
         (let* ((all-keys
-                (with-current-buffer describe-function-orig-buffer
+                (with-current-buffer
+                    (or describe-function-orig-buffer (current-buffer))
                   (where-is-internal
                    (or remapped function) overriding-local-map nil nil)))
                (seps (seq-group-by



reply via email to

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