From: Christophe Rhodes Date: Tue, 15 Jul 2014 18:40:57 +0000 (+0100) Subject: add `swank:clear-repl-variables` X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=04218c0c1af88835d1d2e68d97c6e644b7afae35 add `swank:clear-repl-variables` null implementation (we don't have any repl variables) --- diff --git a/swank.R b/swank.R index d845824..38160ed 100644 --- a/swank.R +++ b/swank.R @@ -344,6 +344,10 @@ sendReplResultFunction <- sendReplResult list() } +`swank:clear-repl-variables` <- function(slimeConnection, sldbState) { + list() +} + `swank:autodoc` <- function(slimeConnection, sldbState, rawForm, ...) { list("No Arglist Information", TRUE) }