eschulte pushed a commit to branch go
in repository elpa.

commit 613510a2bceeb6db6127f3f09283b4e727acd797
Author: Eric Schulte <[email protected]>
Date:   Sat Jun 9 18:32:11 2012 -0600

    quit the main back-end as well
---
 go-board.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/go-board.el b/go-board.el
index 34b071e..dca6173 100644
--- a/go-board.el
+++ b/go-board.el
@@ -395,7 +395,7 @@
 (defun go-board-quit ()
   (interactive)
   (when (y-or-n-p "quit: ")
-    (with-trackers tr (go-quit tr))
+    (with-backends tr (go-quit tr))
     (kill-buffer (current-buffer))))
 
 

Reply via email to