aboutsummaryrefslogtreecommitdiff
path: root/src/interp/metalex.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/metalex.lisp')
-rw-r--r--src/interp/metalex.lisp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interp/metalex.lisp b/src/interp/metalex.lisp
index 06e13fc5..0d5c6e6b 100644
--- a/src/interp/metalex.lisp
+++ b/src/interp/metalex.lisp
@@ -1,6 +1,6 @@
-;; Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
+;; Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
;; All rights reserved.
-;; Copyright (C) 2007, Gabriel Dos Reis.
+;; Copyright (C) 2007-2008, Gabriel Dos Reis.
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
@@ -15,7 +15,7 @@
;; the documentation and/or other materials provided with the
;; distribution.
;;
-;; - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+;; - Neither the name of The Numerical Algorithms Group Ltd. nor the
;; names of its contributors may be used to endorse or promote products
;; derived from this software without specific prior written permission.
;;
@@ -245,7 +245,7 @@ Symbolics read-line returns embedded newlines in a c-m-Y.")
(defparameter Read-Quietly nil
"Whether or not to produce an output listing. [local to PRINT-NEW-LINE]")
-(defun Print-New-Line (string &optional (strm *terminal-io*))
+(defun Print-New-Line (string &optional (strm |$OutputStream|))
"Makes output listings."
(if Read-Quietly (stack-push (copy-tree string) Printer-Line-Stack)
(progn (mapc #'(lambda (x) (format strm "; ~A~%" x) (terpri))