From 4be5d9762537a44720e31e135f084080f51df18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Grabm=C3=BCller?= Date: Sat, 14 Jul 2001 11:11:48 +0000 Subject: [PATCH] * examples/modules/main: Use :renamer for specifying renaming procedure. --- examples/ChangeLog | 4 ++++ examples/modules/main | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/ChangeLog b/examples/ChangeLog index 99e51f89c..d7a556d59 100644 --- a/examples/ChangeLog +++ b/examples/ChangeLog @@ -1,3 +1,7 @@ +2001-07-14 Martin Grabmueller + + * modules/main: Use :renamer for specifying renaming procedure. + 2001-07-10 Thien-Thi Nguyen * scripts/hello (display-version, display-help): Fix comment; nfc. diff --git a/examples/modules/main b/examples/modules/main index 603ea10f1..e4cc71dc7 100644 --- a/examples/modules/main +++ b/examples/modules/main @@ -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