diff options
Diffstat (limited to 'chess-display.el')
| -rw-r--r-- | chess-display.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
