summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-16 21:12:04 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-16 21:12:04 +0000
commit44debed6b167edc21b4f52d4e1152d0bdf439e91 (patch)
tree6a9cbbd435e85836dedd27761f3b9fb1e4d7a6ef
parentdcd2674db693d89dc28b04f5d452773955ed45b0 (diff)
*** no comment ***
-rw-r--r--ChangeLog3
-rw-r--r--chess-display.el1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50cc0d8..9a413a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-04-16 John Wiegley <johnw@gnu.org>
+ * chess-link.el (chess-link): Fixed an error in display creation,
+ and which game was used.
+
* chess-display.el (chess-display-handler): Set the side-to-move
text to a reasonable default.
diff --git a/chess-display.el b/chess-display.el
index c445a1e..0bdbdaf 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -166,6 +166,7 @@ also view the same game."
(unless (or (not (integerp index))
(< index 0)
(> index (chess-game-index chess-module-game)))
+ ;; setup the mode-line variables as well
(setq chess-display-index index
chess-display-move-text
(if (= index 0)