From 9d1e1415d59adc63655c7c6759db2deb91e1a141 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 05:59:20 +0000 Subject: *** no comment *** --- chess-autosave.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-autosave.el') diff --git a/chess-autosave.el b/chess-autosave.el index 58a07c0..afcadba 100644 --- a/chess-autosave.el +++ b/chess-autosave.el @@ -25,8 +25,8 @@ (if (file-readable-p chess-autosave-file) (if (y-or-n-p (chess-string 'chess-read-autosave)) (prog1 - (chess-game-copy-game game - (chess-read-game chess-autosave-file)) + (chess-game-copy-game + game (chess-autosave-read chess-autosave-file)) (delete-file chess-autosave-file)) (ignore (if (y-or-n-p (chess-string 'chess-delete-autosave)) -- cgit v1.2.3