/[guile]/guile/guile-core/ice-9/boot-9.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/boot-9.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.294 by dirk, Sun Nov 24 08:28:05 2002 UTC revision 1.295 by ossau, Sat Dec 28 20:14:21 2002 UTC
# Line 1783  Line 1783 
1783                     (append (cadr kws) re-exports)))                     (append (cadr kws) re-exports)))
1784              (else              (else
1785               (unrecognized kws)))))               (unrecognized kws)))))
1786        (run-hook module-defined-hook module)
1787      module))      module))
1788    
1789    ;; `module-defined-hook' is a hook that is run whenever a new module
1790    ;; is defined.  Its members are called with one argument, the new
1791    ;; module.
1792    (define module-defined-hook (make-hook 1))
1793    
1794  ;;; {Autoload}  ;;; {Autoload}
1795    
1796  (define (make-autoload-interface module name bindings)  (define (make-autoload-interface module name bindings)

Legend:
Removed from v.1.294  
changed lines
  Added in v.1.295

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26