Raymond Toy pushed to branch issue-113-prefer-cmucl-modules at cmucl / cmucl
Commits:
-
d6a962a6
by Raymond Toy at 2021-08-31T13:40:23-07:00
1 changed file:
Changes:
| ... | ... | @@ -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.
|