# HG changeset patch # User Karoly Lorentey # Date 1144681786 0 # Node ID cc8354d6fe8726516744f9e3d35dc35ffa84c443 # Parent 81f2d90dee684c11710c4c75e7d1438f8a1ff20a 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 diff -r 81f2d90dee68 -r cc8354d6fe87 lisp/startup.el --- a/lisp/startup.el Mon Apr 10 14:52:24 2006 +0000 +++ b/lisp/startup.el Mon Apr 10 15:09:46 2006 +0000 @@ -1538,7 +1538,7 @@ (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"))))