aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-11 14:28:56 +0000
committerGerd Moellmann2001-04-11 14:28:56 +0000
commit27f5188cd180fdf02f57768c7c70071b47f60bea (patch)
treeff296f9eba9c92d104cd5928d1298e2246cdcc30
parent91b11d9df18f1bd7aceddbdd5421ea8561d9e42c (diff)
downloademacs-27f5188cd180fdf02f57768c7c70071b47f60bea.tar.gz
emacs-27f5188cd180fdf02f57768c7c70071b47f60bea.zip
(command-line): Output a newline after printing
an error from loading the window system's init file.
-rw-r--r--lisp/startup.el1
1 files changed, 1 insertions, 0 deletions
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'."
670 (mapconcat (lambda (obj) (prin1-to-string obj t)) 670 (mapconcat (lambda (obj) (prin1-to-string obj t))
671 (cdr error) ", ")))) 671 (cdr error) ", "))))
672 'external-debugging-output) 672 'external-debugging-output)
673 (terpri 'external-debugging-output)
673 (setq window-system nil) 674 (setq window-system nil)
674 (kill-emacs))) 675 (kill-emacs)))
675 676