Mercurial > emacs
changeset 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 | b481b8cc3923 |
children | 8bc0bd3d9924 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)))