Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
ca2c47c4
Commit
ca2c47c4
authored
Jan 27, 2014
by
Francois-Rene Rideau
Browse files
Add missing specialization to T after removal of declare ignorable.
parent
f9acb34c
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
ca2c47c4
...
...
@@ -282,7 +282,7 @@ Programmers are encouraged to define their own methods for this generic function
(
defmethod
vomit-output-stream
((
x
(
eql
t
))
stream
&rest
keys
&key
&allow-other-keys
)
(
apply
'vomit-output-stream
*standard-input*
stream
keys
))
(
defmethod
vomit-output-stream
((
x
null
)
stream
&key
)
(
defmethod
vomit-output-stream
((
x
null
)
(
stream
t
)
&key
)
(
values
))
(
defmethod
vomit-output-stream
((
pathname
pathname
)
input
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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