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

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

[elpa] externals/gnugo a86a897 013/357: [gnugo int] Use ‘redisplay’ mor


From: Stefan Monnier
Subject: [elpa] externals/gnugo a86a897 013/357: [gnugo int] Use ‘redisplay’ more.
Date: Sun, 29 Nov 2020 14:50:37 -0500 (EST)

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

    [gnugo int] Use ‘redisplay’ more.
    
    * packages/gnugo/gnugo.el (gnugo-magic-undo):
    ...here, instead of ‘(sit-for 0)’.
---
 gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index a3a8351..142c964 100644
--- a/gnugo.el
+++ b/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]