]> code.delx.au - gnu-emacs/commitdiff
(Info-fontify-node): Set 2nd arg `noerror' of `Info-find-file' to t.
authorJuri Linkov <juri@jurta.org>
Mon, 28 Nov 2005 21:19:38 +0000 (21:19 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 28 Nov 2005 21:19:38 +0000 (21:19 +0000)
lisp/info.el

index 90964a61a2fdc3bac0fb011a8f5726e0e09248aa..a00afce7d0a36960d9ed531f9f34adf2f47be4a2 100644 (file)
@@ -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))))