aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 85c6af601dc..d351e84c87c 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1372,7 +1372,8 @@ Warning Warning!!! Pure space overflow !!!Warning Warning
1372 1372
1373(defun exit-splash-screen () 1373(defun exit-splash-screen ()
1374 "Stop displaying the splash screen buffer." 1374 "Stop displaying the splash screen buffer."
1375 (if (get-buffer "*About GNU Emacs*") 1375 (interactive)
1376 (if fancy-splash-outer-buffer
1376 (throw 'stop-splashing nil) 1377 (throw 'stop-splashing nil)
1377 (quit-window t))) 1378 (quit-window t)))
1378 1379