Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
9e10c26d
Commit
9e10c26d
authored
Aug 12, 2003
by
Kevin Rosenberg
Browse files
don't export wild-module symbol
parent
2a7b9b4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9e10c26d
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
* cclan.lisp: conditionalize for sbcl (closes: 201822)
...
...
wild-modules.lisp
View file @
9e10c26d
...
...
@@ -32,4 +32,7 @@ use a wild pathname instead." module)))
options
))
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))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment