;; If user typed input during all that work,
;; abort the startup screen. Otherwise, display it now.
(when (not (input-pending-p))
- (with-current-buffer (get-buffer-create "GNU Emacs")
- (if (and (display-graphic-p)
- (use-fancy-splash-screens-p))
- (fancy-splash-screens)
+ (if (and (display-graphic-p)
+ (use-fancy-splash-screens-p))
+ (fancy-splash-screens)
+ (with-current-buffer (get-buffer-create "GNU Emacs")
(let ((tab-width 8)
(mode-line-format (propertize "---- %b %-"
'face '(:weight bold))))
(goto-char (point-min))
(save-window-excursion
(switch-to-buffer (current-buffer))
- (sit-for 120)))))
- (kill-buffer "GNU Emacs")))))
+ (sit-for 120))))
+ (kill-buffer "GNU Emacs"))))))
(defun command-line-normalize-file-name (file)