mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 09:43:26 -08:00
(eudc-ph-open-session): Use set-process-query-on-exit-flag.
This commit is contained in:
parent
63fcfa450f
commit
4e46799eac
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ SERVER is either a string naming the server or a list (NAME PORT)."
|
|||
(setq process (open-network-stream "ph" eudc-ph-process-buffer host port))
|
||||
(if (null process)
|
||||
(throw 'done nil))
|
||||
(process-kill-without-query process)
|
||||
(set-process-query-on-exit-flag process t)
|
||||
process)))
|
||||
|
||||
(defun eudc-ph-close-session (process)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue