changeset 26172:ac446cf94d51

(Info-build-node-completions): Add '("*") to the completion list.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 25 Oct 1999 13:31:08 +0000
parents 40e6e1faac3a
children 2fa4ca761d04
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Mon Oct 25 13:13:15 1999 +0000
+++ b/lisp/info.el	Mon Oct 25 13:31:08 1999 +0000
@@ -982,6 +982,7 @@
 			    (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)