From 96691503a58dd89d230507a3480bd560140161d2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 3 Jan 1995 07:05:41 +0000 Subject: (command-line-1): Pause between init file error and command line option processing. --- lisp/startup.el | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1