From: Lars Magne Ingebrigtsen Date: Tue, 28 Jun 2011 15:30:45 +0000 (+0200) Subject: (smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn... X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20a7a65f9a7ca6c3953994b0251821eb86420c5b;p=emacs.git (smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn't matter. --- 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 + + * mail/smtpmail.el (smtpmail-send-it): Leave off changing the + buffer multibyteness, since it shouldn't matter. + 2011-06-28 Martin Rudalics * 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))