Suppress compiler warnings.
[elisp/riece.git] / lisp / riece-async.el
index b633ff5..56403f8 100644 (file)
@@ -84,7 +84,7 @@ assumed that the file is in the same directory of this file.")
                        (not (looking-at (format "NOTICE CONNECTED %d"
                                                 (process-id process))))))
            (accept-process-output process))))
-    (process-kill-without-query process)
+    (riece-set-process-query-on-exit-flag process nil)
     process))
 
 (defun riece-async-insinuate ()