ttn pushed a commit to branch ttn-gnugo
in repository elpa.
commit 5235eb2e0caa28240a2f6068540818b4e946db31
Author: Thien-Thi Nguyen <[email protected]>
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/ChangeLog | 7 +++++++
packages/gnugo/gnugo.el | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/packages/gnugo/ChangeLog b/packages/gnugo/ChangeLog
index 52fe9a7..2a3eff2 100644
--- a/packages/gnugo/ChangeLog
+++ b/packages/gnugo/ChangeLog
@@ -1,5 +1,12 @@
2014-01-31 Thien-Thi Nguyen <[email protected]>
+ [gnugo int] Use ‘redisplay’ more.
+
+ * gnugo.el (gnugo-magic-undo):
+ ...here, instead of ‘(sit-for 0)’.
+
+2014-01-31 Thien-Thi Nguyen <[email protected]>
+
[gnugo doc] Document version-number scheme.
* gnugo.el (gnugo-version): Rewrite docstring.
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))))