Mercurial > emacs
changeset 83508:cc8354d6fe87
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
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 10 Apr 2006 15:09:46 +0000 |
parents | 81f2d90dee68 |
children | 24cf4bf418dc |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"))))