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

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

[elpa] 13/51: [gnugo int] Use ‘redis play’ more.


From: Thien-Thi Nguyen
Subject: [elpa] 13/51: [gnugo int] Use ‘redis play’ more.
Date: Mon, 24 Feb 2014 12:30:18 +0000

ttn pushed a commit to branch master
in repository elpa.

commit ac12fc2627b6389be38a592bdaf344cfea42ea0a
Author: Thien-Thi Nguyen <address@hidden>
Date:   Fri Jan 31 13:23:54 2014 +0100

    [gnugo int] Use ‘redisplay’ more.
    
    * packages/gnugo/gnugo.el (gnugo-magic-undo):
    ...here, instead of ‘(sit-for 0)’.
---
 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 a3a8351..142c964 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1339,7 +1339,7 @@ turn to play.  Optional second arg NOALT non-nil inhibits 
this."
       (gnugo-merge-showboard-results)   ; all
       (gnugo-refresh)                   ; this
       (decf n)                          ; is
-      (sit-for 0)))                     ; eye candy
+      (redisplay)))                     ; eye candy
   (let* ((ulastp (string= (gnugo-get :last-mover) (gnugo-get :user-color)))
 
          (ubpos (gnugo-move-history (if ulastp 'car 'cadr))))



reply via email to

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