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-irc.el | |
| parent | cdcddcb50f516cae6dbe2cd8f484cd16f59dd0bd (diff) | |
*** no comment ***
Diffstat (limited to 'chess-irc.el')
| -rw-r--r-- | chess-irc.el | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chess-irc.el b/chess-irc.el index 6459cc2..dbc9cdf 100644 --- a/chess-irc.el +++ b/chess-irc.el @@ -70,12 +70,9 @@ nil) ((eq event 'shutdown) - (ignore-errors - (chess-engine-send nil "quit")) - (ignore-errors - (process-send-string chess-irc-process "QUIT :Goodbye\n")) - (ignore-errors - (kill-buffer (process-buffer chess-irc-process)))) + (chess-engine-send nil "quit") + (process-send-string chess-irc-process "QUIT :Goodbye\n") + (kill-buffer (process-buffer chess-irc-process))) ((eq event 'send) (process-send-string chess-irc-process |
