[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 03/04: [gnugo frolic int] Don't bo ther to awake w/ ‘col’.
From: |
Thien-Thi Nguyen |
Subject: |
[elpa] 03/04: [gnugo frolic int] Don't bo ther to awake w/ ‘col’. |
Date: |
Thu, 10 Apr 2014 05:44:41 +0000 |
ttn pushed a commit to branch master
in repository elpa.
commit ea87b80b82f20fee116e666327223d627054f66b
Author: Thien-Thi Nguyen <address@hidden>
Date: Thu Apr 10 07:41:41 2014 +0200
[gnugo frolic int] Don't bother to awake w/ ‘col’.
* packages/gnugo/gnugo.el (gnugo--awake): Don't return ‘col’.
(gnugo--awakened): Don't consume/bind ‘col’.
---
packages/gnugo/gnugo.el | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index f1adbd0..3723db9 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -986,13 +986,13 @@ are dimmed. Type \\[describe-mode] in that buffer for
details."
(user-error "No branch here")))
(values tree ends width
monkey (aref monkey 1)
- line col a)))
+ line a)))
(defmacro gnugo--awakened (how &rest body)
(declare (indent 1))
`(multiple-value-bind (tree ends width
monkey bidx
- line col
+ line
a)
(gnugo--awake ',how)
,@body))