From: Stefan Kangas <stefankangas@gmail.com> Date: Wed, 26 Oct 2022 19:09:14 +0000 (+0200) Subject: Declare variable Info-minibuf-history X-Git-Tag: emacs-29.0.90~1616^2~450 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68548af68ae5aecaf9eb48915584a9b05c33bfb7;p=emacs.git Declare variable Info-minibuf-history * lisp/info.el (Info-minibuf-history): Declare variable. (Bug#58786) --- 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.