Mercurial > emacs
changeset 67184:b961a70a132c
(Info-fontify-node): Set 2nd arg `noerror' of `Info-find-file' to t.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 28 Nov 2005 21:19:38 +0000 |
parents | 2ff424a9019b |
children | 097959cbc08d |
files | lisp/info.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Mon Nov 28 20:22:04 2005 +0000 +++ b/lisp/info.el Mon Nov 28 21:19:38 2005 +0000 @@ -3804,7 +3804,7 @@ (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 @@ (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))))