From: James N. V. Cash Date: Tue, 19 Jan 2021 06:07:37 +0000 (+0100) Subject: Define keymap-name-history X-Git-Tag: emacs-28.0.90~4223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e64d023563988a570b6c2ac60d48af7f2d64a68;p=emacs.git Define keymap-name-history * lisp/help-fns.el (keymap-name-history): Define the history variable (bug#45879). This avoids problems in other completing systems like Helm. Copyright-paperwork-exempt: yes --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index d559221a827..7be2826361c 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -76,6 +76,9 @@ frame.") ;; costly, really). "Radix-tree representation replacing `definition-prefixes'.") +(defvar keymap-name-history nil + "History for input to `describe-keymap'.") + (defun help-definition-prefixes () "Return the up-to-date radix-tree form of `definition-prefixes'." (when (> (hash-table-count definition-prefixes) 0)