Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
63f0eb3f
Commit
63f0eb3f
authored
Aug 18, 2012
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Move RUN-SHELL-COMMAND to the EXTENSIONS package.
Remove superfluous exports from autoloads.lisp.
parent
9fe0d30b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/autoloads.lisp
View file @
63f0eb3f
...
...
@@ -46,11 +46,6 @@
;; loaded through loading jvm.lisp.
(
in-package
"SYSTEM"
)
(
export
'%ldb
'
#:system
)
(
export
'concatenate-to-string
'
#:system
)
;; Extensions.
(
in-package
"EXTENSIONS"
)
...
...
src/org/armedbear/lisp/run-shell-command.lisp
View file @
63f0eb3f
...
...
@@ -29,7 +29,7 @@
;;; obligated to do so. If you do not wish to do so, delete this
;;; exception statement from your version.
(
in-package
"
SYSTEM
"
)
(
in-package
"
EXTENSIONS
"
)
(
export
'
(
run-shell-command
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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