Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
asdf
asdf
Commits
61e3e45e
Commit
61e3e45e
authored
Apr 27, 2020
by
Robert Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Patch from
@pouar
parent
26882266
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!140
Resolve "ecl support for package local nicknames?"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
uiop/package.lisp
+2
-2
2 additions, 2 deletions
uiop/package.lisp
with
2 additions
and
2 deletions
uiop/package.lisp
+
2
−
2
View file @
61e3e45e
...
...
@@ -31,10 +31,10 @@
#+
package-local-nicknames
(
:import-from
#+
allegro
#:excl
#+
sbcl
#:sb-ext
#+
(
or
clasp
abcl
)
#:ext
#+
(
or
clasp
abcl
ecl
)
#:ext
#+
ccl
#:ccl
#+
lispworks
#:hcl
#-
(
or
allegro
sbcl
clasp
abcl
ccl
lispworks
)
#-
(
or
allegro
sbcl
clasp
abcl
ccl
lispworks
ecl
)
(
error
"Don't know from which package this lisp supplies the local-package-nicknames API."
)
#:remove-package-local-nickname
#:package-local-nicknames
#:add-package-local-nickname
)
(
:export
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment