From fa7e0e98d9034ff8ba48bc3f293b6517f1fa374e Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 24 Aug 2007 22:18:04 +0000 Subject: [PATCH] More fixes for 2007-08-21 merge conflict. --- lisp/startup.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 (defun exit-splash-screen () "Stop displaying the splash screen buffer." - (if (get-buffer "*About GNU Emacs*") + (interactive) + (if fancy-splash-outer-buffer (throw 'stop-splashing nil) (quit-window t))) -- 2.39.5