]> git.eshelyaron.com Git - emacs.git/commitdiff
(smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 28 Jun 2011 15:30:45 +0000 (17:30 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 28 Jun 2011 15:30:45 +0000 (17:30 +0200)
lisp/ChangeLog
lisp/mail/smtpmail.el

index 921de562731b83a2656003e44da290f4dec49880..ee0d6bb29225ba4956276a9ca8768f059e4a3632 100644 (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
index ece4de669d0ce0a68f1d507bce0b7875876113a0..3fd2d9ddf21a293f6c76bfc17dfa0bd668a76058 100644 (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))