# HG changeset patch # User Juri Linkov # Date 1168377536 0 # Node ID 220431f805795a452109f61762e2062f3da61625 # Parent 8c0d5c41d0605b2e5998ce1a4efe94d738e50e26 (Info-fontify-node): Don't hide node names of index entries. diff -r 8c0d5c41d060 -r 220431f80579 lisp/info.el --- 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