From 9cf328cc65acd9515b088173f93a12edf88dae63 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 9 Dec 2005 09:44:35 +0000 Subject: [PATCH] (smtpmail-via-smtp): Disable undo in SMTP buffer. --- lisp/mail/smtpmail.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5