(url-gateway-nslookup-host): Use `set-process-query-on-exit-flag'.

This commit is contained in:
John Paul Wallington 2004-10-20 08:04:19 +00:00
parent 1dc5ba0150
commit ed87225ada
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-10-20 John Paul Wallington <jpw@gnu.org>
* url-gw.el (url-gateway-nslookup-host):
Use `set-process-query-on-exit-flag'.
2004-10-10 Lars Hansen <larsh@math.ku.dk>
* url-auth.el: Update header and footer.

View file

@ -117,7 +117,7 @@ linked Emacs under SunOS 4.x"
(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))