From: Christophe Rhodes Date: Mon, 17 Sep 2012 11:54:06 +0000 (+0100) Subject: fix null implementation of operator-arglist X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=2a4f3c6ca11bb324919df918744092d1cb339f2d fix null implementation of operator-arglist actually return a list of two elements, not a bare string --- diff --git a/swank.R b/swank.R index 5968629..99012ec 100644 --- a/swank.R +++ b/swank.R @@ -345,7 +345,7 @@ sendReplResultFunction <- sendReplResult } `swank:autodoc` <- function(slimeConnection, sldbState, rawForm, ...) { - "No Arglist Information" + list("No Arglist Information", TRUE) } `swank:operator-arglist` <- function(slimeConnection, sldbState, op, package) {