]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-build-node-completions): Add '("*") to the
authorGerd Moellmann <gerd@gnu.org>
Mon, 25 Oct 1999 13:31:08 +0000 (13:31 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 25 Oct 1999 13:31:08 +0000 (13:31 +0000)
completion list.

lisp/info.el

index 0d381ab6976faba729cd2226792ea16622dd9f89..c48e2800cf3a9085328d4cb74febd15048a3f896 100644 (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))))
 \f
 (defun Info-restore-point (hl)