Skip to content

Commit

Permalink
slime-eval-region command
Browse files Browse the repository at this point in the history
  • Loading branch information
diunko committed Sep 4, 2011
1 parent 1e964d0 commit 764c2de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swank-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Handler.prototype.receive = function receive (message) {
this.executive[d.form.name == "js:set-target-url" ? "setTargetUrl" : "setSlimeVersion"](expr);
break;
case "swank:interactive-eval":
case "swank:interactive-eval-region":
case "swank:listener-eval":
if (d.form.args.length != 1) {
console.log("bad args len for SWANK:LISTENER-EVAL -- %s", d.form.args.length);
Expand Down

0 comments on commit 764c2de

Please sign in to comment.