]> git.eshelyaron.com Git - emacs.git/commitdiff
net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 4 Mar 2012 00:15:34 +0000 (00:15 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 4 Mar 2012 00:15:34 +0000 (00:15 +0000)
lisp/ChangeLog
lisp/net/tls.el

index c9c12a2e861e4fafe9c5d731c2bd5bbf44f89f60..e4b07c53373401f25a79c24296cece6081b15368 100644 (file)
@@ -5,6 +5,10 @@
        when doing the prompting for `sendmail-query-once' before sending
        in Message buffers (bug#10897).
 
+       * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
+       This is inconsistent with all the other stream functions, which leave
+       the setting up to the higher levels (if so wanted) (bug#10931).
+
 2012-03-02  Alan Mackenzie  <acm@muc.de>
 
        Depessimize the handling of very large macros.
index 9b9eb6f8f2ece9fdcc6a1f13dfbda1769d3c1910..d232095444bdb3087893492f79dedeac5add3bb6 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