From 21c5f634f04084467ca59d9232a83456e16a5c50 Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Mon, 10 Apr 2006 15:09:46 +0000 Subject: [PATCH] Fix typo in startup.el. * lisp/startup.el (normal-splash-screen): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-548 --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index e677e7cc54b..a79a0e7516e 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1538,7 +1538,7 @@ Type \\[describe-distribution] for information on getting the latest version.")) (goto-char (point-min)) (save-window-excursion (switch-to-buffer (current-buffer)) - (sit-for 120)))) + (sit-for 120))) ;; Unwind ... ensure splash buffer is killed (kill-buffer "GNU Emacs")))) -- 2.39.5