]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Output a newline after printing
authorGerd Moellmann <gerd@gnu.org>
Wed, 11 Apr 2001 14:28:56 +0000 (14:28 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 11 Apr 2001 14:28:56 +0000 (14:28 +0000)
an error from loading the window system's init file.

lisp/startup.el

index 719f127d43e7604b644e8c39edd1390b1fbcd8dd..a9e9e603f6d544657498a59b0d9b71668bc9676b 100644 (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)))