comparison lisp/startup.el @ 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
comparison
equal deleted inserted replaced
83507:81f2d90dee68 83508:cc8354d6fe87
1536 ;; Display the input that we set up in the buffer. 1536 ;; Display the input that we set up in the buffer.
1537 (set-buffer-modified-p nil) 1537 (set-buffer-modified-p nil)
1538 (goto-char (point-min)) 1538 (goto-char (point-min))
1539 (save-window-excursion 1539 (save-window-excursion
1540 (switch-to-buffer (current-buffer)) 1540 (switch-to-buffer (current-buffer))
1541 (sit-for 120)))) 1541 (sit-for 120)))
1542 ;; Unwind ... ensure splash buffer is killed 1542 ;; Unwind ... ensure splash buffer is killed
1543 (kill-buffer "GNU Emacs")))) 1543 (kill-buffer "GNU Emacs"))))
1544 1544
1545 1545
1546 (defun startup-echo-area-message () 1546 (defun startup-echo-area-message ()