diff lisp/startup.el @ 83433:072e54344b8d

Show the splash screen on Emacsclient frames. Show *scratch* by default. * lisp/server.el (server-process-filter): Show the Emacs splash screen and startup echo area message. Display the *scratch* buffer by default. * lisp/startup.el (fancy-splash-screens): Restore previous buffer, even if it's *scratch*. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-473
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 29 Dec 2005 21:10:33 +0000
parents 76396de7f50a
children c415fd182aef
line wrap: on
line diff
--- a/lisp/startup.el	Thu Dec 29 18:26:00 2005 +0000
+++ b/lisp/startup.el	Thu Dec 29 21:10:33 2005 +0000
@@ -1344,7 +1344,8 @@
 	  (cancel-timer timer)
 	  (setq display-hourglass old-hourglass
 		minor-mode-map-alist old-minor-mode-map-alist)
-	  (kill-buffer splash-buffer))))))
+	  (kill-buffer splash-buffer)
+	  (switch-to-buffer fancy-splash-outer-buffer))))))
 
 (defun fancy-splash-frame ()
   "Return the frame to use for the fancy splash screen.