* riece-server.el (riece-quit-server-process): Call
authorDaiki Ueno <ueno@unixuser.org>
Wed, 8 Oct 2003 19:20:29 +0000 (19:20 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Wed, 8 Oct 2003 19:20:29 +0000 (19:20 +0000)
riece-close-server-process instead of kill-process.

lisp/ChangeLog
lisp/riece-server.el

index 7fabcd4..43daee8 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-08  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-server.el (riece-quit-server-process): Call
+       riece-close-server-process instead of kill-process.
+
 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
 
        * riece-display.el (riece-channel-buffer-name): Check whether
index 0182813..89e9237 100644 (file)
@@ -211,7 +211,7 @@ the `riece-server-keyword-map' variable."
   (run-at-time riece-quit-timeout nil
               (lambda (process)
                 (if (memq process riece-process-list)
-                    (kill-process (process-buffer process))))
+                    (riece-close-server-process process)))
               process)
   (riece-process-send-string process
                             (if message