summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-06-28 17:30:45 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-06-28 17:30:45 +0200
commit47d41034053ae0a8dad7069c0baec26a127a11bf (patch)
tree172561dbaac101c90cf9ea67d12d81502442a6a9
parent0b28359500bf93e86ccda436b88c186a3742be3b (diff)
downloademacs-47d41034053ae0a8dad7069c0baec26a127a11bf.tar.gz
(smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn't matter.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/mail/smtpmail.el1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8312d635a8f..f4005b48a4b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
+ buffer multibyteness, since it shouldn't matter.
+
2011-06-28 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer-in-side-window): Handle dedicated
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index ece4de669d0..3fd2d9ddf21 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -631,7 +631,6 @@ The list is in preference order.")
;; clear the trace buffer of old output
(with-current-buffer process-buffer
- (set-buffer-multibyte nil)
(setq buffer-undo-list t)
(erase-buffer))