mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(Info-build-node-completions): Add '("*") to the
completion list.
This commit is contained in:
parent
e3bcca75bc
commit
87d2b5a22c
@ -982,6 +982,7 @@ If FORK is a string, it is the name to use for the new buffer."
|
||||
(cons (list (buffer-substring (match-beginning 1)
|
||||
(match-end 1)))
|
||||
compl))))))))
|
||||
(setq compl (cons '("*") compl))
|
||||
(setq Info-current-file-completions compl))))
|
||||
|
||||
(defun Info-restore-point (hl)
|
||||
|
Loading…
Reference in New Issue
Block a user