X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=ecmalisp.html;h=cafc7d4978f0ca7ac93a6e4993f1a48de7d0a89e;hb=6780bad8ee4ef5ca9d3ede96648d964074296c2b;hp=110a686342e5328d2d87184a3f8dcfa3dbec54b9;hpb=95ff3b61c01f76e6564554a6c83fa8d2c1d9a581;p=jscl.git diff --git a/ecmalisp.html b/ecmalisp.html index 110a686..cafc7d4 100644 --- a/ecmalisp.html +++ b/ecmalisp.html @@ -71,7 +71,7 @@ jqconsole.RegisterMatching('(', ')', 'parents'); lisp.write = function(str){ - jqconsole.Write(str, 'jqconsole-output'); + jqconsole.Write(str, 'jqconsole-output', false); return str; }