Skip to content
Snippets Groups Projects
Commit 9b0502bb authored by rtoy's avatar rtoy
Browse files

Remove commented-out call to set-terminal-coding-system, which doesn't

exist anymore anyway.  (It's called set-system-external-format.)
parent 9ceb956a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; domain. ;;; domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream-extfmt.lisp,v 1.4 2009/10/18 14:21:24 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream-extfmt.lisp,v 1.5 2009/12/15 17:22:41 rtoy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -68,8 +68,4 @@ ...@@ -68,8 +68,4 @@
(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-sout+) (stream::precompile-ef-slot :iso8859-1 #.stream::+ef-sout+)
(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-os+) (stream::precompile-ef-slot :iso8859-1 #.stream::+ef-os+)
;(set-terminal-coding-system :iso8859-1)
(setf lisp::*enable-stream-buffer-p* t) (setf lisp::*enable-stream-buffer-p* t)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment