emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to smtpmail.el -- don't record undo information in smtp trace buff


From: Kim F. Storm
Subject: Patch to smtpmail.el -- don't record undo information in smtp trace buffer.
Date: Mon, 05 Dec 2005 00:18:45 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Is there any reason to keep undo information in the SMTP session
buffer used by smtpmail-via-smtp?

The following patch seems to be TRT:

*** smtpmail.el 16 Nov 2005 23:29:56 +0100      1.78
--- smtpmail.el 05 Dec 2005 00:16:21 +0100      
***************
*** 605,610 ****
--- 605,611 ----
  
          ;; 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

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]