Mercurial > emacs
changeset 29675:4eb75bd04c1b
(Info-set-mode-line): Show file name in mode line,
use `*Info*' instead of `Info:'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 15 Jun 2000 14:42:48 +0000 |
parents | 611062a8c71e |
children | 6c84e790448f |
files | lisp/info.el |
diffstat | 1 files changed, 5 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Thu Jun 15 14:42:19 2000 +0000 +++ b/lisp/info.el Thu Jun 15 14:42:48 2000 +0000 @@ -855,13 +855,11 @@ (defun Info-set-mode-line () (setq mode-line-buffer-identification (concat - " Info: (" - (if Info-current-file - (file-name-nondirectory (if (stringp Info-current-file) - Info-current-file - (or buffer-file-name ""))) - "") - ")" + " *Info* (" + (file-name-nondirectory (if (stringp Info-current-file) + Info-current-file + (or buffer-file-name ""))) + ") " (or Info-current-node "")))) ;; Go to an info node specified with a filename-and-nodename string