--- info.el.~1.512.~ 2008-02-11 03:19:40.000000000 +0000 +++ info.el 2008-02-17 22:55:01.000000000 +0000 @@ -1592,7 +1592,7 @@ (setq compl (cons (list (match-string-no-properties 1)) compl)))))))) - (setq compl (cons '("*") compl)) + ;; (setq compl (cons '("*") compl)) (set (make-local-variable 'Info-current-file-completions) compl)))) (defun Info-restore-point (hl)