diff options
Diffstat (limited to 'examples/modules/main')
-rw-r--r-- | examples/modules/main | 2 |
1 files changed, 1 insertions, 1 deletions
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 |