emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 186/255: better interactive debugging


From: Eric Schulte
Subject: [elpa] 186/255: better interactive debugging
Date: Sun, 16 Mar 2014 01:02:45 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 4f918e666baf04aa8b9501fd3001b50b359dd464
Author: Eric Schulte <address@hidden>
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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]