guile-cvs
[Top][All Lists]
Advanced

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

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


From: Neil Jerram
Subject: guile/guile-core/ice-9 ChangeLog boot-9.scm
Date: Sat, 05 May 2001 06:41:59 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Neil Jerram <address@hidden>    01/05/05 06:41:59

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

Log message:
        * Correct error message in `use-syntax'.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/ChangeLog.diff?cvsroot=OldCVS&tr1=1.416&tr2=1.417&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/boot-9.scm.diff?cvsroot=OldCVS&tr1=1.239&tr2=1.240&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.416 
guile/guile-core/ice-9/ChangeLog:1.417
--- guile/guile-core/ice-9/ChangeLog:1.416      Wed May  2 14:42:28 2001
+++ guile/guile-core/ice-9/ChangeLog    Sat May  5 06:41:58 2001
@@ -1,3 +1,8 @@
+2001-05-05  Neil Jerram  <address@hidden>
+
+       * boot-9.scm (use-syntax): Change error message to say
+       `use-syntax' rather than `use-modules'.
+
 2001-05-02  Martin Grabmueller  <address@hidden>
 
        * safe-r5rs.scm: Fix typo: make-rectangualr => make-rectangular.
Index: guile/guile-core/ice-9/boot-9.scm
diff -u guile/guile-core/ice-9/boot-9.scm:1.239 
guile/guile-core/ice-9/boot-9.scm:1.240
--- guile/guile-core/ice-9/boot-9.scm:1.239     Tue May  1 17:59:43 2001
+++ guile/guile-core/ice-9/boot-9.scm   Sat May  5 06:41:59 2001
@@ -2582,7 +2582,7 @@
           `((set-module-transformer! (current-module) ,spec)))
      (fluid-set! scm:eval-transformer (module-transformer (current-module))))
     (else
-     (error "use-modules can only be used at the top level"))))
+     (error "use-syntax can only be used at the top level"))))
 
 (define define-private define)
 



reply via email to

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