From: Richard M. Stallman Date: Tue, 3 Jan 1995 07:05:41 +0000 (+0000) Subject: (command-line-1): Pause between init file error X-Git-Tag: emacs-19.34~5532 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eca1cf26c3b8d353578b0dad874835341a317c5e;p=emacs.git (command-line-1): Pause between init file error and command line option processing. --- diff --git a/lisp/startup.el b/lisp/startup.el index bc39a0c39ff..54c0b0aa5db 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -559,6 +559,10 @@ Type \\[describe-distribution] for information on getting the latest version.")) (set-buffer (get-buffer "*scratch*")) (erase-buffer) (set-buffer-modified-p nil))))) + ;; Delay 2 seconds after the init file error message + ;; was displayed, so user can read it. + (if init-file-had-error + (sit-for 2)) (let ((dir command-line-default-directory) (file-count 0) first-file-buffer