mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue