From 4917d45b9eb5a09002b2f5006fe9e5b818ecc608 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 1 May 2002 06:03:28 +0000 Subject: autosaving is now much more efficient, and correct; still have to get it correct for chess-network, though --- chess-common.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-common.el') diff --git a/chess-common.el b/chess-common.el index 22bedcc..462050f 100644 --- a/chess-common.el +++ b/chess-common.el @@ -46,7 +46,8 @@ proc)) ((eq event 'ready) - (chess-game-set-data game 'active t)) + (chess-game-set-data game 'active t) + (chess-game-run-hooks game 'check-autosave)) ((eq event 'destroy) (let ((proc (get-buffer-process (current-buffer)))) -- cgit v1.2.3