X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=blobdiff_plain;f=swank.R;h=09ad173d3285d2e139fac4ec220e16f766c67af4;hp=c6a1ec2f0e0afe13d7e90a3910370bbb3dfe49ef;hb=746cf1b465d24639b7486ebe33f20f5d2a4dbcc5;hpb=4bae7a87342e7c464e3f2c474656661325db5951 diff --git a/swank.R b/swank.R index c6a1ec2..09ad173 100644 --- 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 +}