From: Christophe Rhodes Date: Fri, 20 Aug 2010 19:16:00 +0000 (+0100) Subject: stub for swank:operator-arglist X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=f72481f72e2ef308ed8594ef7421a5824a2c1293;ds=sidebyside stub for swank:operator-arglist --- diff --git a/swank.R b/swank.R index f3a85cc..fa910b2 100644 --- a/swank.R +++ b/swank.R @@ -262,6 +262,10 @@ printToString <- function(val) { "No Arglist Information" } +`swank:operator-arglist` <- function(io, sldbState, op, package) { + list() +} + `swank:throw-to-toplevel` <- function(io, sldbState) { condition <- simpleCondition("Throw to toplevel") class(condition) <- c("swankTopLevel", class(condition))