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.
(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