1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

(smtpmail-via-smtp): Disable undo in SMTP buffer.

This commit is contained in:
Kim F. Storm 2005-12-09 09:44:35 +00:00
parent 84fdb82c52
commit 9cf328cc65

View file

@ -605,6 +605,7 @@ This is relative to `smtpmail-queue-dir'.")
;; clear the trace buffer of old output
(with-current-buffer process-buffer
(setq buffer-undo-list t)
(erase-buffer))
;; open the connection to the server