aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2010-05-08 14:47:07 -0400
committerStefan Monnier <[email protected]>2010-05-08 14:47:07 -0400
commit0235128c15aabd21b37e7a359b4932709471f156 (patch)
tree4f32e3a638c4e3d6e7d9c232b3e0b4b939368f54 /lisp/info.el
parentca63fca5b669d42d8c131a1f33446d9a9d7795f6 (diff)
parent19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0 (diff)
Merge from emacs-23
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 505bf859ab..f526ff22a0 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -4343,8 +4343,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.