diff lisp/gnus/ChangeLog @ 92769:734bb318f69e

(mm-with-part): Set the buffer to unibyte before inserting the handle-buffer's text, so the implicit multibyte->unibyte conversion uses string-make-unibyte rather than string-as-unibyte.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 Mar 2008 18:30:52 +0000
parents f2df8a37cf42
children b7f1378e2a2c
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Wed Mar 12 18:23:38 2008 +0000
+++ b/lisp/gnus/ChangeLog	Wed Mar 12 18:30:52 2008 +0000
@@ -1,5 +1,9 @@
 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* mm-decode.el (mm-with-part): Set the buffer to unibyte before inserting
+	the handle-buffer's text, so the implicit multibyte->unibyte conversion
+	uses string-make-unibyte rather than string-as-unibyte.
+
 	* gnus-msg.el: Use with-current-buffer.
 
 	* message.el (message-ignored-resent-headers): Add "Delivered-To".