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: Tue, 27 Nov 2001 17:30:04 -0500

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Marius Vollmer <address@hidden> 01/11/27 17:30:04

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

Log message:
        (string-index, list-head): Removed, we already these in the core.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/format.scm.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.11&tr2=1.11.2.1&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/format.scm
diff -u guile/guile-core/ice-9/format.scm:1.11 
guile/guile-core/ice-9/format.scm:1.12
--- guile/guile-core/ice-9/format.scm:1.11      Sat Jun  9 14:14:36 2001
+++ guile/guile-core/ice-9/format.scm   Fri Aug 31 10:42:30 2001
@@ -15,11 +15,6 @@
   :use-module (ice-9 and-let-star)
   :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]