]> git.eshelyaron.com Git - emacs.git/commitdiff
* startup.el (fancy-splash-screens): Don't switch to the scratch
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Sep 2006 18:23:05 +0000 (18:23 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Sep 2006 18:23:05 +0000 (18:23 +0000)
buffer; it may not be the next buffer.

lisp/ChangeLog
lisp/startup.el

index 1a4706d3f64c388b4474d5981471960c3f944e8c..4d8a9d99fe51720bddee54dee175b28a3774de66 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (fancy-splash-screens): Don't switch to the scratch
+       buffer; it may not be the next buffer.
+
 2006-09-16  Romain Francoise  <romain@orebokech.com>
 
        * saveplace.el (load-save-place-alist-from-file): Use expanded name
index c3d0fc1a76579474bac51092d17d5c10938014f3..8ac1cef5237e85b6c39eecdc7eb81269b923dd49 100644 (file)
@@ -1383,11 +1383,7 @@ mouse."
              (setq display-hourglass old-hourglass
                    minor-mode-map-alist old-minor-mode-map-alist
                    emulation-mode-map-alists old-emulation-mode-map-alists)
-             (use-local-map nil)
-             (switch-to-buffer "*scratch*")
-;;;  Comment out the next line in order to see the splash buffer exactly as it was.
-             (kill-buffer splash-buffer)
-             ))))
+             (kill-buffer splash-buffer)))))
     ;; If hide-on-input is nil, don't hide the buffer on input.
     (if (or (window-minibuffer-p)
            (window-dedicated-p (selected-window)))