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
This commit is contained in:
parent
378a01e168
commit
4e64d02356
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue