From 9b0502bbdf029a89de2c8fb03ae749f2ffab8a9b Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Tue, 15 Dec 2009 17:22:41 +0000
Subject: [PATCH] Remove commented-out call to set-terminal-coding-system,
 which doesn't exist anymore anyway.  (It's called
 set-system-external-format.)

---
 code/fd-stream-extfmt.lisp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/code/fd-stream-extfmt.lisp b/code/fd-stream-extfmt.lisp
index 0fb270798..8b5d8012f 100644
--- a/code/fd-stream-extfmt.lisp
+++ b/code/fd-stream-extfmt.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (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 @@
 (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)
-- 
GitLab