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

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

[elpa] externals/gnugo 8f99c83 151/357: [gnugo frolic int] Don't bother


From: Stefan Monnier
Subject: [elpa] externals/gnugo 8f99c83 151/357: [gnugo frolic int] Don't bother to awake w/ ‘col’.
Date: Sun, 29 Nov 2020 14:51:10 -0500 (EST)

branch: externals/gnugo
commit 8f99c833d296e6f87442ca670146242991ee9da8
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [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’.
---
 gnugo.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnugo.el b/gnugo.el
index f1adbd0..3723db9 100644
--- a/gnugo.el
+++ b/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))



reply via email to

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