summaryrefslogtreecommitdiff
path: root/chess-gnuchess.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-09 23:51:30 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-09 23:51:30 +0000
commit23808aea3686317c1673d32b10783329cf0bc310 (patch)
tree5efce99df084d9ac57c8830a97e8d53654908665 /chess-gnuchess.el
parentcdcddcb50f516cae6dbe2cd8f484cd16f59dd0bd (diff)
*** no comment ***
Diffstat (limited to 'chess-gnuchess.el')
-rw-r--r--chess-gnuchess.el3
1 files changed, 1 insertions, 2 deletions
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)