From 04218c0c1af88835d1d2e68d97c6e644b7afae35 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Tue, 15 Jul 2014 19:40:57 +0100 Subject: [PATCH] add `swank:clear-repl-variables` null implementation (we don't have any repl variables) --- swank.R | 4 ++++ 1 file changed, 4 insertions(+) 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) } -- 2.30.2