aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/info.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 0d381ab6976..c48e2800cf3 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -982,6 +982,7 @@ If FORK is a string, it is the name to use for the new buffer."
982 (cons (list (buffer-substring (match-beginning 1) 982 (cons (list (buffer-substring (match-beginning 1)
983 (match-end 1))) 983 (match-end 1)))
984 compl)))))))) 984 compl))))))))
985 (setq compl (cons '("*") compl))
985 (setq Info-current-file-completions compl)))) 986 (setq Info-current-file-completions compl))))
986 987
987(defun Info-restore-point (hl) 988(defun Info-restore-point (hl)