(smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn't matter.
This commit is contained in:
parent
5f45cca553
commit
20a7a65f9a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue