Declare variable Info-minibuf-history
* lisp/info.el (Info-minibuf-history): Declare variable. (Bug#58786)
This commit is contained in:
parent
56706c6946
commit
68548af68a
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue