summaryrefslogtreecommitdiff
path: root/chess-autosave.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-15 05:59:20 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-15 05:59:20 +0000
commit9d1e1415d59adc63655c7c6759db2deb91e1a141 (patch)
treeac24536a381580e599cd9323439a3fff3f6e83eb /chess-autosave.el
parentef7c29d679c6aaf8dda55772e65800097c46f163 (diff)
*** no comment ***
Diffstat (limited to 'chess-autosave.el')
-rw-r--r--chess-autosave.el4
1 files changed, 2 insertions, 2 deletions
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))