summaryrefslogtreecommitdiff
path: root/chess-gnuchess.el
diff options
context:
space:
mode:
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)