From: Gerd Moellmann Date: Wed, 11 Apr 2001 14:28:56 +0000 (+0000) Subject: (command-line): Output a newline after printing X-Git-Tag: emacs-pretest-21.0.103~232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27f5188cd180fdf02f57768c7c70071b47f60bea;p=emacs.git (command-line): Output a newline after printing an error from loading the window system's init file. --- diff --git a/lisp/startup.el b/lisp/startup.el index 719f127d43e..a9e9e603f6d 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -670,6 +670,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (mapconcat (lambda (obj) (prin1-to-string obj t)) (cdr error) ", ")))) 'external-debugging-output) + (terpri 'external-debugging-output) (setq window-system nil) (kill-emacs)))