* tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
authorLars Magne Ingebrigtsen <larsi@stories.(none)>
Sat, 3 Mar 2012 14:04:40 +0000 (15:04 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.(none)>
Sat, 3 Mar 2012 14:08:37 +0000 (15:08 +0100)
This is inconsistent with all the other stream functions, which leave
the setting up to the higher levels (if so wanted) (bug#10931).

lisp/tls.el

index 9b9eb6f..d232095 100644 (file)
@@ -237,10 +237,6 @@ Fourth arg PORT is an integer specifying a port to connect to."
          (setq process (start-process
                         name buffer shell-file-name shell-command-switch
                         formatted-cmd))
-         (funcall (if (fboundp 'set-process-query-on-exit-flag)
-                      'set-process-query-on-exit-flag
-                    'process-kill-without-query)
-                  process nil)
          (while (and process
                      (memq (process-status process) '(open run))
                      (progn