mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* startup.el (normal-splash-screen): Remove gratuitous mode-line setting (Bug#8740).
This commit is contained in:
parent
bfbbace74b
commit
fbeba6e230
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue