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

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

[elpa] 01/02: fixup! [gnugo frolic] Add previous/next move navigation co


From: Thien-Thi Nguyen
Subject: [elpa] 01/02: fixup! [gnugo frolic] Add previous/next move navigation commands.
Date: Sat, 12 Apr 2014 17:28:20 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 8feefa67ed1c2018ba37d0a991e54b479f2367dd
Author: Thien-Thi Nguyen <address@hidden>
Date:   Sat Apr 12 18:54:36 2014 +0200

    fixup! [gnugo frolic] Add previous/next move navigation commands.
---
 packages/gnugo/gnugo.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 05c05b5..2afca86 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]