aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-11-28 16:46:33 +0000
committerChong Yidong2006-11-28 16:46:33 +0000
commitfbd6b429884668aae08038048ee7c63abe1a1c6a (patch)
treef655b83e3cfe0195973994830ccd860cb934c752
parentf99204a5fb0f7afca0206d0680fb58c4d1787d6e (diff)
downloademacs-fbd6b429884668aae08038048ee7c63abe1a1c6a.tar.gz
emacs-fbd6b429884668aae08038048ee7c63abe1a1c6a.zip
(fancy-splash-screens): Hide initial splash buffer.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 8268ac53400..2573d0790ea 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1372,7 +1372,7 @@ mouse."
1372 timer) 1372 timer)
1373 (save-selected-window 1373 (save-selected-window
1374 (select-frame frame) 1374 (select-frame frame)
1375 (switch-to-buffer "GNU Emacs") 1375 (switch-to-buffer " GNU Emacs")
1376 (setq splash-buffer (current-buffer)) 1376 (setq splash-buffer (current-buffer))
1377 (catch 'stop-splashing 1377 (catch 'stop-splashing
1378 (unwind-protect 1378 (unwind-protect