[cmucl-cvs] CMUCL commit: src/code (exports.lisp)

Raymond Toy rtoy at common-lisp.net
Wed Feb 2 12:51:27 UTC 2011


    Date: Wednesday, February 2, 2011 @ 07:51:27
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/code

Modified: exports.lisp

Fix typo.  We wanted to export the function DESCRIBE-EXTERNAL-FORMAT,
not the random symbol DESCRIBE-EXTERNAL-FORMATS.


--------------+
 exports.lisp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: src/code/exports.lisp
diff -u src/code/exports.lisp:1.303 src/code/exports.lisp:1.304
--- src/code/exports.lisp:1.303	Thu Dec  9 09:01:01 2010
+++ src/code/exports.lisp	Wed Feb  2 07:51:27 2011
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /project/cmucl/cvsroot/src/code/exports.lisp,v 1.303 2010-12-09 14:01:01 rtoy Exp $")
+  "$Header: /project/cmucl/cvsroot/src/code/exports.lisp,v 1.304 2011-02-02 12:51:27 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1508,7 +1508,7 @@
 		"DESCRIBE-EXTERNAL-FORMAT")
   ;; Unicode
   (:export "STRING-TO-OCTETS" "OCTETS-TO-STRING" "*DEFAULT-EXTERNAL-FORMAT*"
-	   "DESCRIBE-EXTERNAL-FORMATS"
+	   "DESCRIBE-EXTERNAL-FORMAT"
 	   "LIST-ALL-EXTERNAL-FORMATS"
 	   "STRING-ENCODE" "STRING-DECODE"
 	   "SET-SYSTEM-EXTERNAL-FORMAT"))




More information about the cmucl-cvs mailing list