From 68548af68ae5aecaf9eb48915584a9b05c33bfb7 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 26 Oct 2022 21:09:14 +0200 Subject: [PATCH] Declare variable Info-minibuf-history * lisp/info.el (Info-minibuf-history): Declare variable. (Bug#58786) --- lisp/info.el | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5