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
Christophe Rhodes
swankr
Commits
2a4f3c6c
Commit
2a4f3c6c
authored
Sep 17, 2012
by
Christophe Rhodes
Browse files
fix null implementation of operator-arglist
actually return a list of two elements, not a bare string
parent
cfbfd5bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
swank.R
View file @
2a4f3c6c
...
@@ -345,7 +345,7 @@ sendReplResultFunction <- sendReplResult
...
@@ -345,7 +345,7 @@ sendReplResultFunction <- sendReplResult
}
}
`swank:autodoc`
<-
function
(
slimeConnection
,
sldbState
,
rawForm
,
...
)
{
`swank:autodoc`
<-
function
(
slimeConnection
,
sldbState
,
rawForm
,
...
)
{
"No Arglist Information"
list
(
"No Arglist Information"
,
TRUE
)
}
}
`swank:operator-arglist`
<-
function
(
slimeConnection
,
sldbState
,
op
,
package
)
{
`swank:operator-arglist`
<-
function
(
slimeConnection
,
sldbState
,
op
,
package
)
{
...
...
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