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

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

[elpa] 174/255: quit the main back-end as well


From: Eric Schulte
Subject: [elpa] 174/255: quit the main back-end as well
Date: Sun, 16 Mar 2014 01:02:43 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 613510a2bceeb6db6127f3f09283b4e727acd797
Author: Eric Schulte <address@hidden>
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

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