From 2a4f3c6ca11bb324919df918744092d1cb339f2d Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Mon, 17 Sep 2012 12:54:06 +0100 Subject: [PATCH] fix null implementation of operator-arglist actually return a list of two elements, not a bare string --- swank.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2