Skip to content
Snippets Groups Projects
Commit cabdd310 authored by dtc's avatar dtc
Browse files

Add a final #\newline to the batch mode exit message; from Eric Marsden.

parent b34e1730
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.38 2000/10/16 17:31:05 dtc Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.39 2000/11/04 17:05:56 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -203,7 +203,7 @@
(handler-case
(%restart-lisp)
(error (cond)
(format *error-output* "Error in batch processing:~%~A"
(format *error-output* "Error in batch processing:~%~A~%"
cond)
(throw '%end-of-the-world 1)))
(%restart-lisp))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment