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

Have interactive-eval flush the standard output streams, avoiding

confusing output noted by Tunc Simsek.
parent b7a67f4a
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.59 2000/01/17 16:45:56 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.60 2000/09/14 14:31:52 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -537,6 +537,7 @@ ...@@ -537,6 +537,7 @@
+, ///, //, /, and -." +, ///, //, /, and -."
(setf - form) (setf - form)
(let ((results (multiple-value-list (eval form)))) (let ((results (multiple-value-list (eval form))))
(finish-standard-output-streams)
(setf /// // (setf /// //
// / // /
/ results / results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment