Christophe Weblog Wiki Code Publications Music
implement swank:buffer-first-change
[swankr.git] / swank.R
diff --git a/swank.R b/swank.R
index c6a1ec2f0e0afe13d7e90a3910370bbb3dfe49ef..09ad173d3285d2e139fac4ec220e16f766c67af4 100644 (file)
--- a/swank.R
+++ b/swank.R
@@ -267,3 +267,7 @@ writeSexpToString <- function(obj) {
     invokeRestart(computeRestarts()[[n+1]])
   }
 }
+
+`swank:buffer-first-change` <- function(io, sldbState, filename) {
+  FALSE
+}