aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index c4b942bf8a..42ec43eee2 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -4295,8 +4295,7 @@ the variable `Info-file-list-for-emacs'."
(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.