diff --git a/hemlock/shell.lisp b/hemlock/shell.lisp index acf71f3f8649b60a6a2a7c01bdfb24adb5b67956..25ab364e22a7170f90692719b3aee135e3a170f7 100644 --- a/hemlock/shell.lisp +++ b/hemlock/shell.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.1.1.4 1991/02/08 16:37:40 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.1.1.5 1991/03/13 22:55:08 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -28,7 +28,7 @@ (defhvar "Process Output Stream" "The process structure for this buffer." :buffer buffer - :value (make-hemlock-output-stream mark)) + :value (make-hemlock-output-stream mark :full)) (defhvar "Interactive History" "A ring of the regions input to an interactive mode (Eval or Typescript)." :buffer buffer