guile-cvs
[Top][All Lists]
Advanced

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

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


From: Marius Vollmer
Subject: guile/guile-core/ice-9 boot-9.scm
Date: Thu, 29 Mar 2001 14:36:06 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/03/29 14:36:06

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

Log message:
        * boot-9.scm (init-dynamic-module): Fix typo in call to
        warn-autoload-deprecation.  I feel silly.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/boot-9.scm.diff?r1=1.230&r2=1.231

Patches:
Index: guile/guile-core/ice-9/boot-9.scm
diff -u guile/guile-core/ice-9/boot-9.scm:1.230 
guile/guile-core/ice-9/boot-9.scm:1.231
--- guile/guile-core/ice-9/boot-9.scm:1.230     Mon Mar 26 14:31:47 2001
+++ guile/guile-core/ice-9/boot-9.scm   Thu Mar 29 14:36:06 2001
@@ -1827,7 +1827,7 @@
   (or-map (lambda (modinfo)
            (if (equal? (car modinfo) modname)
                (begin
-                 (warn-autload-deprecation modname)
+                 (warn-autoload-deprecation modname)
                  (set! registered-modules (delq! modinfo registered-modules))
                  (let ((mod (resolve-module modname #f)))
                    (save-module-excursion



reply via email to

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