diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-05-08 14:47:07 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-05-08 14:47:07 -0400 |
commit | 0235128c15aabd21b37e7a359b4932709471f156 (patch) | |
tree | 4f32e3a638c4e3d6e7d9c232b3e0b4b939368f54 /lisp/info.el | |
parent | ca63fca5b669d42d8c131a1f33446d9a9d7795f6 (diff) | |
parent | 19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0 (diff) | |
download | emacs-0235128c15aabd21b37e7a359b4932709471f156.tar.gz |
Merge from emacs-23
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el index 505bf859aba..f526ff22a0e 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. |