Skip to content
Snippets Groups Projects
Commit 9e10c26d authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

don't export wild-module symbol

parent 2a7b9b4e
No related branches found
No related tags found
No related merge requests found
cl-asdf (1.77.2-1) unstable; urgency=low
* Don't export asdf:wild-module as can cause a full warning when
reloading asdf
-- Kevin M. Rosenberg <kmr@debian.org> Mon, 11 Aug 2003 21:55:16 -0600
cl-asdf (1.77.1-1) unstable; urgency=low cl-asdf (1.77.1-1) unstable; urgency=low
* cclan.lisp: conditionalize for sbcl (closes: 201822) * cclan.lisp: conditionalize for sbcl (closes: 201822)
......
...@@ -32,4 +32,7 @@ use a wild pathname instead." module))) ...@@ -32,4 +32,7 @@ use a wild pathname instead." module)))
options)) options))
files))))) files)))))
(export '(wild-module)) ;; Don't export wild-module or else will get a full warning
;; when (require 'asdf) if asdf is already loaded
;;(export '(wild-module))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment