Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Martin
quickref
Commits
e1adf7e6
Commit
e1adf7e6
authored
Oct 18, 2017
by
Antoine Martin
Browse files
Simplify quicklisp-software function
parent
50ec396a
Changes
1
Hide whitespace changes
Inline
Side-by-side
file.lisp
View file @
e1adf7e6
...
...
@@ -24,6 +24,6 @@
collect
texi
))
(
defun
quicklisp-software
()
(
concatenate
'
string
(
namestring
(
ql-dist:base-directory
(
ql-dist:dist
"quicklisp"
)))
"software/"
))
(
name
string
(
merge-pathnames
"software/"
(
ql-dist:base-directory
(
ql-dist:dist
"quicklisp"
)))
))
Write
Preview
Supports
Markdown
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