aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2007-08-24 22:18:04 +0000
committerJuri Linkov <[email protected]>2007-08-24 22:18:04 +0000
commitfa7e0e98d9034ff8ba48bc3f293b6517f1fa374e (patch)
tree17d6f58f9fa4ada120c595133ca0802613a80f41
parente9acd138fad958de844979f525594a7a7e336f72 (diff)
More fixes for 2007-08-21 merge conflict.
-rw-r--r--lisp/startup.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 85c6af601d..d351e84c87 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)))