]> git.eshelyaron.com Git - emacs.git/commitdiff
(smtpmail-via-smtp): Disable undo in SMTP buffer.
authorKim F. Storm <storm@cua.dk>
Fri, 9 Dec 2005 09:44:35 +0000 (09:44 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 9 Dec 2005 09:44:35 +0000 (09:44 +0000)
lisp/mail/smtpmail.el

index 175e32becdf1bbf7fc71920ded8dd08134923170..0eb956981ce5105fe151271848f945e05262bccd 100644 (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