* lisp/startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
authorGlenn Morris <rgm@gnu.org>
Sat, 28 May 2011 17:47:45 +0000 (10:47 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 May 2011 17:47:45 +0000 (10:47 -0700)
lisp/ChangeLog
lisp/startup.el

index dde6bff..3480e3a 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-28  Glenn Morris  <rgm@gnu.org>
+
+       * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
+
 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
 
        * help-fns.el (describe-function-1): If the function is a derived
index 14f4c78..6636cf9 100644 (file)
@@ -1676,11 +1676,7 @@ splash screen in another window."
     (save-selected-window
       (select-frame frame)
       (switch-to-buffer "*About GNU Emacs*")
-      (setq buffer-undo-list t
-           mode-line-format
-           (concat "----"
-                   (propertize "%b" 'face 'mode-line-buffer-id)
-                   "%-"))
+      (setq buffer-undo-list t)
       (let ((inhibit-read-only t))
        (erase-buffer)
        (if pure-space-overflow