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
Hugo Ishimaru
asdf
Commits
15c022dc
Commit
15c022dc
authored
May 03, 2015
by
Francois-Rene Rideau
Browse files
Fix in-user-configuration-directory to accept files, not just directories.
parent
c6558761
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/backward-driver.lisp
View file @
15c022dc
...
...
@@ -64,7 +64,7 @@ first element of DIRS that exists. DEPRECATED."
(
defun
in-user-configuration-directory
(
x
&key
(
direction
:input
))
"Return the file named X in the user configuration directory for common-lisp.
DEPRECATED."
(
xdg-config-pathname
(
format
nil
"common-lisp
/~a/
"
x
)
direction
))
(
xdg-config-pathname
`
(
"common-lisp"
,
x
)
direction
))
(
defun
in-system-configuration-directory
(
x
&key
(
direction
:input
))
"Return the pathname for the file named X under the system configuration directory
for common-lisp. DEPRECATED."
...
...
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