summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 90964a61a2f..a00afce7d0a 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3804,7 +3804,7 @@ the variable `Info-file-list-for-emacs'."
(hl Info-history-list)
res)
(if (string-match "(\\([^)]+\\))\\([^)]*\\)" node)
- (setq file (Info-find-file (match-string 1 node))
+ (setq file (Info-find-file (match-string 1 node) t)
node (if (equal (match-string 2 node) "")
"Top"
(match-string 2 node))))
@@ -3909,7 +3909,7 @@ the variable `Info-file-list-for-emacs'."
(hl Info-history-list)
res)
(if (string-match "(\\([^)]+\\))\\([^)]*\\)" node)
- (setq file (Info-find-file (match-string 1 node))
+ (setq file (Info-find-file (match-string 1 node) t)
node (if (equal (match-string 2 node) "")
"Top"
(match-string 2 node))))