diff lisp/startup.el @ 37320:43f6d0dc6354

(command-line): Output a newline after printing an error from loading the window system's init file.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 11 Apr 2001 14:28:56 +0000
parents 58527e038324
children 187a17e0e802
line wrap: on
line diff
--- a/lisp/startup.el	Wed Apr 11 13:58:25 2001 +0000
+++ b/lisp/startup.el	Wed Apr 11 14:28:56 2001 +0000
@@ -670,6 +670,7 @@
 		   (mapconcat (lambda (obj) (prin1-to-string obj t))
 			      (cdr error) ", "))))
       'external-debugging-output)
+     (terpri 'external-debugging-output)
      (setq window-system nil)
      (kill-emacs)))