1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(command-line): Output a newline after printing

an error from loading the window system's init file.
This commit is contained in:
Gerd Moellmann 2001-04-11 14:28:56 +00:00
parent 91b11d9df1
commit 27f5188cd1

View File

@ -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)))