From 8c1377a58f20fe486bd3254dab80368a0336f064 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 10 Aug 2009 21:48:18 +0000
Subject: [PATCH] Export SET-SYSTEM-EXTERNAL-FORMAT.

---
 code/exports.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index b69328bb5..926a82d69 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.286 2009/08/10 16:47:41 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.287 2009/08/10 21:48:18 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1529,7 +1529,8 @@
            "WRITE-TO-STRING" "READ-PRESERVING-WHITESPACE"
 	   
 	   "STRING-TO-OCTETS" "OCTETS-TO-STRING" "*DEFAULT-EXTERNAL-FORMAT*"
-	   "STRING-ENCODE" "STRING-DECODE"))
+	   "STRING-ENCODE" "STRING-DECODE"
+	   "SET-SYSTEM-EXTERNAL-FORMAT"))
 
 (defpackage "LOOP")
 (dolist
-- 
GitLab