changeset 67424:02c3cfe8d00b

(smtpmail-via-smtp): Disable undo in SMTP buffer.
author Kim F. Storm <storm@cua.dk>
date Fri, 09 Dec 2005 09:44:35 +0000
parents 2750573f7b72
children 98dba3ad8a8a
files lisp/mail/smtpmail.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/smtpmail.el	Fri Dec 09 09:44:24 2005 +0000
+++ b/lisp/mail/smtpmail.el	Fri Dec 09 09:44:35 2005 +0000
@@ -605,6 +605,7 @@
 
 	  ;; 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