emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104774: (smtpmail-send-it): Leave of


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104774: (smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn't matter.
Date: Tue, 28 Jun 2011 17:30:45 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104774
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2011-06-28 17:30:45 +0200
message:
  (smtpmail-send-it): Leave off changing the buffer multibyteness, since it 
shouldn't matter.
modified:
  lisp/ChangeLog
  lisp/mail/smtpmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-28 12:28:40 +0000
+++ b/lisp/ChangeLog    2011-06-28 15:30:45 +0000
@@ -1,3 +1,8 @@
+2011-06-28  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
+       buffer multibyteness, since it shouldn't matter.
+
 2011-06-28  Martin Rudalics  <address@hidden>
 
        * window.el (display-buffer-in-side-window): Handle dedicated

=== modified file 'lisp/mail/smtpmail.el'
--- a/lisp/mail/smtpmail.el     2011-06-27 00:02:15 +0000
+++ b/lisp/mail/smtpmail.el     2011-06-28 15:30:45 +0000
@@ -631,7 +631,6 @@
 
          ;; clear the trace buffer of old output
          (with-current-buffer process-buffer
-           (set-buffer-multibyte nil)
            (setq buffer-undo-list t)
            (erase-buffer))
 


reply via email to

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