REQUIRE has gone rogue
Ron Garret <[email protected]>
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
WTF? Clozure Common Lisp Version 1.12.1 (v1.12.1-9-g14dd8939) DarwinX8664 ? (defun require () 'foo) REQUIRE ? (advisedp 'require) NIL ? (trace load ccl::%load) NIL ? (require) Loading NIL NIL FOO