Mercurial > emacs
changeset 42637:9186bd2795d1
(fancy-splash-screens): Set tab-width in correct buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Jan 2002 00:49:24 +0000 |
parents | 7c4a2f20894f |
children | bdf1f3b7fc54 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Wed Jan 09 22:42:49 2002 +0000 +++ b/lisp/startup.el Thu Jan 10 00:49:24 2002 +0000 @@ -1224,13 +1224,13 @@ (defun fancy-splash-screens () "Display fancy splash screens when Emacs starts." (setq fancy-splash-help-echo (startup-echo-area-message)) - (setq tab-width 20) (let ((old-hourglass display-hourglass) (fancy-splash-outer-buffer (current-buffer)) splash-buffer (old-minor-mode-map-alist minor-mode-map-alist) timer) (switch-to-buffer "GNU Emacs") + (setq tab-width 20) (setq splash-buffer (current-buffer)) (catch 'stop-splashing (unwind-protect