CMUCL commit: src/bootfiles/20a (boot-2010-02-1.lisp)

Raymond Toy rtoy at common-lisp.net
Wed Apr 21 02:53:06 CEST 2010


    Date: Tuesday, April 20, 2010 @ 20:53:06
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/bootfiles/20a

Modified: boot-2010-02-1.lisp

Don't export *TRANSLATABLE-DUMP-STREAM*, which doesn't exist anymore.


---------------------+
 boot-2010-02-1.lisp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Index: src/bootfiles/20a/boot-2010-02-1.lisp
diff -u src/bootfiles/20a/boot-2010-02-1.lisp:1.2 src/bootfiles/20a/boot-2010-02-1.lisp:1.3
--- src/bootfiles/20a/boot-2010-02-1.lisp:1.2	Fri Mar 19 11:18:58 2010
+++ src/bootfiles/20a/boot-2010-02-1.lisp	Tue Apr 20 20:53:05 2010
@@ -7,7 +7,7 @@
 (defpackage "INTL"
   (:use "COMMON-LISP")
   (:export "SETLOCALE" "TEXTDOMAIN" "GETTEXT" "DGETTEXT" "NGETTEXT" "DNGETTEXT"
-           "*TRANSLATABLE-DUMP-STREAM*" "READ-TRANSLATABLE-STRING"
+            "READ-TRANSLATABLE-STRING"
 	   "*LOCALE-DIRECTORIES*"))
 
 (with-open-file (s "target:code/intl.lisp")



More information about the cmucl-commit mailing list