# HG changeset patch # User Richard M. Stallman # Date 741996447 0 # Node ID 4edc10a61fa78f8d40ffe3fea5380bc71ea72a40 # Parent b43e59cb1d54628386d7cd23c4b3bed4bb34e281 (Man-mode-line-format): Add a space after global-mode-string. diff -r b43e59cb1d54 -r 4edc10a61fa7 lisp/man.el --- a/lisp/man.el Tue Jul 06 16:07:30 1993 +0000 +++ b/lisp/man.el Tue Jul 06 22:07:27 1993 +0000 @@ -171,7 +171,7 @@ '("" mode-line-modified mode-line-buffer-identification " " global-mode-string - Man-page-mode-string + " " Man-page-mode-string " %[(" mode-name minor-mode-alist mode-line-process ")%]----" (-3 . "%p") "-%-") "*Mode line format for manual mode buffer.")