Raymond Toy pushed to branch issue-113-prefer-cmucl-modules at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/module.lisp
    ... ... @@ -43,7 +43,7 @@
    43 43
       searched first before trying *module-provider-functions*")
    
    44 44
     
    
    45 45
     (defvar *module-provider-functions*
    
    46
    -    '(module-provide-cmucl-defmodule module-provide-cmucl-library)
    
    46
    +  nil
    
    47 47
       "See function documentation for REQUIRE")
    
    48 48
     
    
    49 49
     ;;;; Defmodule.