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

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

[elpa] externals/gnugo b0d3543 171/357: fixup! [gnugo frolic] Add previo


From: Stefan Monnier
Subject: [elpa] externals/gnugo b0d3543 171/357: fixup! [gnugo frolic] Add previous/next move navigation commands.
Date: Sun, 29 Nov 2020 14:51:14 -0500 (EST)

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

    fixup! [gnugo frolic] Add previous/next move navigation commands.
---
 gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index 05c05b5..2afca86 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -1113,7 +1113,7 @@ This fails if the monkey is on the current branch
     (setq n (- n)
           direction (- direction)))
   (gnugo--awakened ((line . numeric)
-                    (omit tree ends monkey bidx))
+                    (omit tree ends width monkey bidx))
     (let ((stop (if (> 0 direction)
                     0
                   (max 0 (1- (count-lines (point-min)



reply via email to

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