diff options
| author | Richard M. Stallman | 2002-01-10 00:49:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-10 00:49:24 +0000 |
| commit | 7df5614237dd8e3f2ed735471c2b4fe5ce40c185 (patch) | |
| tree | 670c980dbb81be4fe547e8a915ff59eecd1a29c9 | |
| parent | 74779f52c5d8994ecea4aeb42a6a68fc0b54901a (diff) | |
| download | emacs-7df5614237dd8e3f2ed735471c2b4fe5ce40c185.tar.gz emacs-7df5614237dd8e3f2ed735471c2b4fe5ce40c185.zip | |
(fancy-splash-screens): Set tab-width in correct buffer.
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index ef609e0f798..cc2de6cd516 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1224,13 +1224,13 @@ where FACE is a valid face specification, as it can be used with | |||
| 1224 | (defun fancy-splash-screens () | 1224 | (defun fancy-splash-screens () |
| 1225 | "Display fancy splash screens when Emacs starts." | 1225 | "Display fancy splash screens when Emacs starts." |
| 1226 | (setq fancy-splash-help-echo (startup-echo-area-message)) | 1226 | (setq fancy-splash-help-echo (startup-echo-area-message)) |
| 1227 | (setq tab-width 20) | ||
| 1228 | (let ((old-hourglass display-hourglass) | 1227 | (let ((old-hourglass display-hourglass) |
| 1229 | (fancy-splash-outer-buffer (current-buffer)) | 1228 | (fancy-splash-outer-buffer (current-buffer)) |
| 1230 | splash-buffer | 1229 | splash-buffer |
| 1231 | (old-minor-mode-map-alist minor-mode-map-alist) | 1230 | (old-minor-mode-map-alist minor-mode-map-alist) |
| 1232 | timer) | 1231 | timer) |
| 1233 | (switch-to-buffer "GNU Emacs") | 1232 | (switch-to-buffer "GNU Emacs") |
| 1233 | (setq tab-width 20) | ||
| 1234 | (setq splash-buffer (current-buffer)) | 1234 | (setq splash-buffer (current-buffer)) |
| 1235 | (catch 'stop-splashing | 1235 | (catch 'stop-splashing |
| 1236 | (unwind-protect | 1236 | (unwind-protect |