diff options
author | Kim F. Storm <storm@cua.dk> | 2005-12-09 09:44:35 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-12-09 09:44:35 +0000 |
commit | 9cf328cc65acd9515b088173f93a12edf88dae63 (patch) | |
tree | 8b711acdc58c11ff6ee8d34b937cb64236397ead /lisp | |
parent | 84fdb82c52d32d04acef538a7528bbb58c0f20b3 (diff) | |
download | emacs-9cf328cc65acd9515b088173f93a12edf88dae63.tar.gz emacs-9cf328cc65acd9515b088173f93a12edf88dae63.tar.bz2 emacs-9cf328cc65acd9515b088173f93a12edf88dae63.zip |
(smtpmail-via-smtp): Disable undo in SMTP buffer.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/smtpmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 175e32becdf..0eb956981ce 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -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 |