]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in startup.el.
authorKaroly Lorentey <lorentey@elte.hu>
Mon, 10 Apr 2006 15:09:46 +0000 (15:09 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Mon, 10 Apr 2006 15:09:46 +0000 (15:09 +0000)
* lisp/startup.el (normal-splash-screen): Fix typo.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-548

lisp/startup.el

index e677e7cc54bc8580d04a27a572b492d5c2395291..a79a0e7516ede68017c595ab6d60ff2c64a613d0 100644 (file)
@@ -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"))))