From 44debed6b167edc21b4f52d4e1152d0bdf439e91 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Apr 2002 21:12:04 +0000 Subject: *** no comment *** --- ChangeLog | 3 +++ chess-display.el | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50cc0d8..9a413a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-04-16 John Wiegley + * 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) -- cgit v1.2.3