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
87a17efe
Commit
87a17efe
authored
Jan 05, 2014
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
asdf-install: Add vertial whitespace to *ASDF-INSTALL-VERBOSE* messages.
parent
ca74010a
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/asdf-install/variables.lisp
View file @
87a17efe
...
@@ -126,6 +126,6 @@ namestrings.")
...
@@ -126,6 +126,6 @@ namestrings.")
(
dolist
(
location
*locations*
)
(
dolist
(
location
*locations*
)
(
let
(
let
((
asdf-designator
(
second
location
)))
((
asdf-designator
(
second
location
)))
(
format
*asdf-install-verbose*
"Adding ~A to ASDF."
asdf-designator
)
(
format
*asdf-install-verbose*
"
~&;;
Adding ~A to ASDF.
~%
"
asdf-designator
)
(
pushnew
asdf-designator
asdf:*central-registry*
))))
(
pushnew
asdf-designator
asdf:*central-registry*
))))
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