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
commit20a7a65f9a7ca6c3953994b0251821eb86420c5b (patch)
treee7120a4bb89a868d6c230d1aa1a2a64f1b51c52b
parent5f45cca553e6fa28ebcb7f29f961d2dec112721f (diff)
downloademacs-20a7a65f9a7ca6c3953994b0251821eb86420c5b.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 921de562731..ee0d6bb2922 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))