* startup.el (normal-splash-screen): Remove gratuitous mode-line setting (Bug#8740).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 28 May 2011 23:30:17 +0000 (19:30 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 28 May 2011 23:30:17 +0000 (19:30 -0400)
lisp/ChangeLog
lisp/startup.el

index af88e1c..f6e5241 100644 (file)
@@ -17,6 +17,9 @@
 
        * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
 
+       * startup.el (normal-splash-screen): Remove gratuitous mode-line
+       setting (Bug#8740).
+
 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
 
        * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
index 6636cf9..26c5a46 100644 (file)
@@ -1739,9 +1739,6 @@ splash screen in another window."
       (erase-buffer)
       (setq default-directory command-line-default-directory)
       (set (make-local-variable 'tab-width) 8)
-      (if (not startup)
-         (set (make-local-variable 'mode-line-format)
-              (propertize "---- %b %-" 'face 'mode-line-buffer-id)))
 
       (if pure-space-overflow
          (insert pure-space-overflow-message))