From 23808aea3686317c1673d32b10783329cf0bc310 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 23:51:30 +0000 Subject: *** no comment *** --- chess-gnuchess.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chess-gnuchess.el') diff --git a/chess-gnuchess.el b/chess-gnuchess.el index c619bb3..c26bf45 100644 --- a/chess-gnuchess.el +++ b/chess-gnuchess.el @@ -57,8 +57,7 @@ (chess-engine-send nil "quit\n") (dolist (file chess-gnuchess-temp-files) (if (file-exists-p file) - (ignore-errors - (delete-file file))))) + (delete-file file)))) ((eq event 'setup) (if (equal (car args) chess-starting-position) -- cgit v1.2.3