* startup.el (fancy-about-screen): In mode-line, apply

mode-line-buffer-id face only to the buffer name (Bug#5613).
This commit is contained in:
Chong Yidong
2010-02-21 08:11:07 -05:00
parent f9b84f9f4b
commit bb23f6e824
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2010-02-21 Chong Yidong <cyd@stupidchicken.com>
* startup.el (fancy-about-screen): In mode-line, apply
mode-line-buffer-id face only to the buffer name (Bug#5613).
2010-02-20 Kevin Ryde <user42@zip.com.au>
* progmodes/compile.el (compilation-error-regexp-alist-alist): In

View File

@@ -1626,8 +1626,10 @@ splash screen in another window."
(select-frame frame)
(switch-to-buffer "*About GNU Emacs*")
(setq buffer-undo-list t
mode-line-format (propertize "---- %b %-"
'face 'mode-line-buffer-id))
mode-line-format
(concat "----"
(propertize "%b" 'face 'mode-line-buffer-id)
"%-"))
(let ((inhibit-read-only t))
(erase-buffer)
(if pure-space-overflow