projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56706c6
)
Declare variable Info-minibuf-history
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 26 Oct 2022 19:09:14 +0000
(21:09 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 26 Oct 2022 19:09:14 +0000
(21:09 +0200)
* lisp/info.el (Info-minibuf-history): Declare variable.
(Bug#58786)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index d74cbaaac0fc36d812142e90249e325e2bb1ac55..02dde50dd6a33e0d9c9cd1ce71e24717e80774a5 100644
(file)
--- 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.