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-irc.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'chess-irc.el') 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 -- cgit v1.2.3