Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ed87225a
Commit
ed87225a
authored
Oct 20, 2004
by
John Paul Wallington
Browse files
(url-gateway-nslookup-host): Use `set-process-query-on-exit-flag'.
parent
1dc5ba01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/url/ChangeLog
lisp/url/ChangeLog
+5
-0
lisp/url/url-gw.el
lisp/url/url-gw.el
+1
-1
No files found.
lisp/url/ChangeLog
View file @
ed87225a
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.
...
...
lisp/url/url-gw.el
View file @
ed87225a
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment