eschulte pushed a commit to branch go
in repository elpa.
commit 4f918e666baf04aa8b9501fd3001b50b359dd464
Author: Eric Schulte <[email protected]>
Date: Sun May 19 12:28:19 2013 -0600
better interactive debugging
---
go-board.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/go-board.el b/go-board.el
index 6f51b79..1e71c3f 100644
--- a/go-board.el
+++ b/go-board.el
@@ -340,6 +340,7 @@
`(ignoring-unsupported
(prog1 (let ((,sym *back-end*)) ,@body)
(with-trackers ,sym ,@body))))
+(def-edebug-spec with-backends (sexp body))
(defvar go-board-actions '(move resign undo comment)
"List of actions which may be taken on an GO board.")