1
0
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:
Gerd Moellmann 1999-10-25 13:31:08 +00:00
parent e3bcca75bc
commit 87d2b5a22c

View File

@ -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)