aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index ad744c3a..c1fd5781 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -191,7 +191,7 @@
(|untrace| NIL)
(|clearClams|)
;; bind output to nulloutstream
- (let ((*standard-output* (make-broadcast-stream)))
+ (let ((|$OutputStream| (make-broadcast-stream)))
(|resetWorkspaceVariables|))
(setq |$specialCharacters| |$plainRTspecialCharacters|)