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:
parent
91b11d9df1
commit
27f5188cd1
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user