(url-gateway-nslookup-host): Use `set-process-query-on-exit-flag'.
This commit is contained in:
parent
1dc5ba0150
commit
ed87225ada
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue