]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare variable Info-minibuf-history
authorStefan Kangas <stefankangas@gmail.com>
Wed, 26 Oct 2022 19:09:14 +0000 (21:09 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 26 Oct 2022 19:09:14 +0000 (21:09 +0200)
* lisp/info.el (Info-minibuf-history): Declare variable.
(Bug#58786)

lisp/info.el

index d74cbaaac0fc36d812142e90249e325e2bb1ac55..02dde50dd6a33e0d9c9cd1ce71e24717e80774a5 100644 (file)
@@ -1883,6 +1883,9 @@ See `completing-read' for a description of arguments and usage."
    (t (complete-with-action
        code Info-read-node-completion-table string predicate))))
 
+(defvar Info-minibuf-history nil
+  "History for `Info-read-node-name'.")
+
 ;; Arrange to highlight the proper letters in the completion list buffer.
 (defun Info-read-node-name (prompt &optional default)
   "Read an Info node name with completion, prompting with PROMPT.