guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/examples ChangeLog modules/main


From: Martin Grabmueller
Subject: guile/guile-core/examples ChangeLog modules/main
Date: Sat, 14 Jul 2001 04:11:48 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Martin Grabmueller <address@hidden>     01/07/14 04:11:48

Modified files:
        guile-core/examples: ChangeLog 
        guile-core/examples/modules: main 

Log message:
        * examples/modules/main: Use :renamer for specifying renaming procedure.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/ChangeLog.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/modules/main.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: guile/guile-core/examples/ChangeLog
diff -u guile/guile-core/examples/ChangeLog:1.9 
guile/guile-core/examples/ChangeLog:1.10
--- guile/guile-core/examples/ChangeLog:1.9     Tue Jul 10 13:50:54 2001
+++ guile/guile-core/examples/ChangeLog Sat Jul 14 04:11:48 2001
@@ -1,3 +1,7 @@
+2001-07-14  Martin Grabmueller  <address@hidden>
+
+       * modules/main: Use :renamer for specifying renaming procedure.
+
 2001-07-10  Thien-Thi Nguyen  <address@hidden>
 
        * scripts/hello (display-version, display-help): Fix comment; nfc.
Index: guile/guile-core/examples/modules/main
diff -u guile/guile-core/examples/modules/main:1.1 
guile/guile-core/examples/modules/main:1.2
--- guile/guile-core/examples/modules/main:1.1  Thu May 31 08:54:25 2001
+++ guile/guile-core/examples/modules/main      Sat Jul 14 04:11:48 2001
@@ -22,7 +22,7 @@
   ;; Module 1 is imported completely, too, but the procedure names are
   ;; prefixed with the module name.
   ;;
-  :use-module ((module-1) :rename (symbol-prefix-proc 'module-1:))
+  :use-module ((module-1) :renamer (symbol-prefix-proc 'module-1:))
 
   ;; From module 2, only the procedure `braz' is imported, so that the
   ;; procedures `foo' and `bar' also exported by that module don't



reply via email to

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