property instead of `invisible' and `after-string' (bug#5998).
+2010-04-23 Juri Linkov <juri@jurta.org>
+
+ * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
+ property instead of `invisible' and `after-string' (bug#5998).
+
2010-04-23 Juri Linkov <juri@jurta.org>
* image-mode.el (image-mode-as-text): Fix typo in docstring.
(cond
((> Info-breadcrumbs-depth 0)
(let ((ov (make-overlay (point-min) (1+ header-end))))
- (overlay-put ov 'invisible t)
- (overlay-put ov 'after-string (Info-breadcrumbs))
+ (overlay-put ov 'display (Info-breadcrumbs))
(overlay-put ov 'evaporate t)))
((not (bobp))
;; Hide the punctuation at the end, too.