(smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn't matter.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-06-28 17:30:45 +02:00
parent 5f45cca553
commit 20a7a65f9a
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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))