summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-26 21:09:14 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-26 21:09:14 +0200
commit68548af68ae5aecaf9eb48915584a9b05c33bfb7 (patch)
treeca04d9e3c1afeab4177da6b60fed89171ef39051 /lisp/info.el
parent56706c6946c4f8800fac0f2a5c3516273b01d8eb (diff)
downloademacs-68548af68ae5aecaf9eb48915584a9b05c33bfb7.tar.gz
Declare variable Info-minibuf-history
* lisp/info.el (Info-minibuf-history): Declare variable. (Bug#58786)
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el
index d74cbaaac0f..02dde50dd6a 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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.