From 7987c62e7eb9a13cb9098dbd56b950bfa8714c0c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 22 Apr 2002 19:28:46 +0000 Subject: bug fixes --- chess-pgn.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-pgn.el') diff --git a/chess-pgn.el b/chess-pgn.el index 01e4722..339b6f0 100644 --- a/chess-pgn.el +++ b/chess-pgn.el @@ -193,7 +193,7 @@ If INDENTED is non-nil, indent the move texts." (find-file file)) (let ((game (chess-pgn-to-game))) (if game - (chess-display-set-game (chess-create-display) game) + (chess-display-set-game (chess-create-display t) game) (chess-error 'could-not-read-pgn)))) ;;;###autoload @@ -324,7 +324,7 @@ If INDENTED is non-nil, indent the move texts." (if (or (and (or (null chess-pgn-display) (not (buffer-live-p chess-pgn-display))) (let ((chess-game-inhibit-events t)) - (setq chess-pgn-display (chess-create-display)))) + (setq chess-pgn-display (chess-create-display t)))) (/= (chess-game-data chess-pgn-current-game 'database-index) (or (chess-game-data (chess-display-game chess-pgn-display) 'database-index) -1))) -- cgit v1.2.3