diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-09 23:51:30 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-09 23:51:30 +0000 |
| commit | 23808aea3686317c1673d32b10783329cf0bc310 (patch) | |
| tree | 5efce99df084d9ac57c8830a97e8d53654908665 /chess-ics.el | |
| parent | cdcddcb50f516cae6dbe2cd8f484cd16f59dd0bd (diff) | |
*** no comment ***
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chess-ics.el b/chess-ics.el index cadc955..0d046ca 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -179,8 +179,7 @@ who is black." nil)) ((eq event 'shutdown) - (ignore-errors - (chess-engine-send nil "quit\n"))) + (chess-engine-send nil "quit\n")) ((eq event 'move) (unless chess-ics-ensure-ics12 |
