* boot-9.scm (process-define-module): Added new specifier
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 1 Dec 1998 17:06:34 +0000 (17:06 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 1 Dec 1998 17:06:34 +0000 (17:06 +0000)
commit7122506062585e538b8a2a2e41e9825dbe63f94e
treefb23018d960c875759448760fb8bd5b04435403f
parent3b3085c69294a4225bd9ce96408ff05977ecc6e3
* boot-9.scm (process-define-module): Added new specifier
:autoload MODULENAME BINDINGS to the define-module form.
The autoload specifier tells the module system to load the module
MODULENAME at the first occasion that any variable with its name
among BINDINGS is referenced.
(make-autoload-interface): New procedure:  Constructs a stand-in
for the public interface for the module to be autoloaded.
ice-9/ChangeLog
ice-9/boot-9.scm