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
Eric Timmons
asdf
Commits
eeed71be
Commit
eeed71be
authored
Mar 21, 2014
by
Francois-Rene Rideau
Browse files
Fix bug in with-temporary-file, found by Jocelyn Fréchot.
parent
e8714648
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/stream.lisp
View file @
eeed71be
...
...
@@ -645,7 +645,7 @@ Upon success, the KEEP form is evaluated and the file is is deleted unless it ev
,@
(
when
directory
`
(
:directory
,
directory
))
,@
(
when
prefix
`
(
:prefix
,
prefix
))
,@
(
when
suffix
`
(
:suffix
,
suffix
))
,@
(
when
type
`
(
:
suffix
,
type
))
,@
(
when
type
`
(
:
type
,
type
))
,@
(
when
keep
`
(
:keep
,
keep
))
,@
(
when
after
`
(
:after
`
#'
,
afterf
))
,@
(
when
element-type
`
(
:element-type
,
element-type
))
...
...
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