diff lisp/url/url-gw.el @ 57620:462b0b8865f7

(url-gateway-nslookup-host): Use `set-process-query-on-exit-flag'.
author John Paul Wallington <jpw@pobox.com>
date Wed, 20 Oct 2004 08:03:48 +0000
parents 2954cb243379
children 95a1159c8f9e ae7fab96922c
line wrap: on
line diff
--- a/lisp/url/url-gw.el	Wed Oct 20 02:20:44 2004 +0000
+++ b/lisp/url/url-gw.el	Wed Oct 20 08:03:48 2004 +0000
@@ -117,7 +117,7 @@
       (let ((proc (start-process " *nslookup*" " *nslookup*"
 				 url-gateway-nslookup-program host))
 	    (res host))
-	(process-kill-without-query proc)
+	(set-process-query-on-exit-flag proc nil)
 	(save-excursion
 	  (set-buffer (process-buffer proc))
 	  (while (memq (process-status proc) '(run open))