From 3d45c38baeec736595c30f03688a9a18e8e728df Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 21 Apr 2010 00:53:05 +0000
Subject: [PATCH] Don't export *TRANSLATABLE-DUMP-STREAM*, which doesn't exist
 anymore.

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

diff --git a/bootfiles/20a/boot-2010-02-1.lisp b/bootfiles/20a/boot-2010-02-1.lisp
index 8a7e8514a..c9a494b4d 100644
--- a/bootfiles/20a/boot-2010-02-1.lisp
+++ b/bootfiles/20a/boot-2010-02-1.lisp
@@ -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")
-- 
GitLab