Mercurial > emacs
changeset 75165:220431f80579
(Info-fontify-node): Don't hide node names of index entries.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 09 Jan 2007 21:18:56 +0000 |
parents | 8c0d5c41d060 |
children | d9e4f75aee3d |
files | lisp/info.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Tue Jan 09 14:21:33 2007 +0000 +++ b/lisp/info.el Tue Jan 09 21:18:56 2007 +0000 @@ -3996,7 +3996,9 @@ (setq res (car hl) hl nil) (setq hl (cdr hl)))) res))) 'info-xref-visited 'info-xref))) - (when (and not-fontified-p (memq Info-hide-note-references '(t hide))) + (when (and not-fontified-p + (memq Info-hide-note-references '(t hide)) + (not (Info-index-node))) (put-text-property (match-beginning 2) (1- (match-end 6)) 'invisible t) ;; Unhide the file name in parens