guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/ice-9 format.scm


From: Marius Vollmer
Subject: guile/guile-core/ice-9 format.scm
Date: Mon, 04 Jun 2001 15:09:39 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/04 15:09:39

Modified files:
        guile-core/ice-9: format.scm 

Log message:
        Added kluge at top that keeps `export' from
        re-exporting the `format' variable of the `(guile)' module.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/format.scm.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/format.scm
diff -u guile/guile-core/ice-9/format.scm:1.9 
guile/guile-core/ice-9/format.scm:1.10
--- guile/guile-core/ice-9/format.scm:1.9       Thu May 24 17:15:32 2001
+++ guile/guile-core/ice-9/format.scm   Mon Jun  4 15:09:39 2001
@@ -14,6 +14,11 @@
 (define-module (ice-9 format)
   :autoload (ice-9 pretty-print) (pretty-print))
 
+(begin-deprecated
+ ;; So that `export' below will not accidentally re-export the
+ ;; `format' of the `(guile)' module.
+ (define format #f))
+
 (export format
        format:symbol-case-conv
        format:iobj-case-conv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]