emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 68548af68a: Declare variable Info-minibuf-history


From: Stefan Kangas
Subject: master 68548af68a: Declare variable Info-minibuf-history
Date: Wed, 26 Oct 2022 15:09:24 -0400 (EDT)

branch: master
commit 68548af68ae5aecaf9eb48915584a9b05c33bfb7
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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 d74cbaaac0..02dde50dd6 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]