From 0f2181700933c3b9c6cd23cafaea3d991a9a2b9f Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 9 Jan 2007 21:18:56 +0000 Subject: [PATCH] (Info-fontify-node): Don't hide node names of index entries. --- lisp/info.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 6d966da3317..880b659faa6 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3996,7 +3996,9 @@ the variable `Info-file-list-for-emacs'." (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 -- 2.39.2