CMUCL commit: src/code (fd-stream-extfmt.lisp)
Raymond Toy
rtoy at common-lisp.net
Tue Dec 15 18:22:41 CET 2009
Date: Tuesday, December 15, 2009 @ 12:22:41
Author: rtoy
Path: /project/cmucl/cvsroot/src/code
Modified: fd-stream-extfmt.lisp
Remove commented-out call to set-terminal-coding-system, which doesn't
exist anymore anyway. (It's called set-system-external-format.)
-----------------------+
fd-stream-extfmt.lisp | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Index: src/code/fd-stream-extfmt.lisp
diff -u src/code/fd-stream-extfmt.lisp:1.4 src/code/fd-stream-extfmt.lisp:1.5
--- src/code/fd-stream-extfmt.lisp:1.4 Sun Oct 18 10:21:24 2009
+++ src/code/fd-stream-extfmt.lisp Tue Dec 15 12:22:41 2009
@@ -5,7 +5,7 @@
;;; domain.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/code/fd-stream-extfmt.lisp,v 1.4 2009-10-18 14:21:24 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/code/fd-stream-extfmt.lisp,v 1.5 2009-12-15 17:22:41 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -68,8 +68,4 @@
(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-sout+)
(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-os+)
-
-
-;(set-terminal-coding-system :iso8859-1)
-
(setf lisp::*enable-stream-buffer-p* t)
More information about the cmucl-commit
mailing list