* 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
;; 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)