]> code.delx.au - gnu-emacs/blobdiff - lisp/net/tls.el
Kill channel buffers when killing rcirc server buffers
[gnu-emacs] / lisp / net / tls.el
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