diff lisp/gnus/message.el @ 108513:4e5c3f6510c7

Synch with Gnus trunk. (message-forward-make-body-plain, message-forward-make-body-mml): Use mm-multibyte-string-p instead of multibyte-string-p.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 12 May 2010 08:24:25 +0000
parents a3051d2aefe7
children fa10effce8f8
line wrap: on
line diff
--- a/lisp/gnus/message.el	Wed May 12 08:11:03 2010 +0000
+++ b/lisp/gnus/message.el	Wed May 12 08:24:25 2010 +0000
@@ -7165,7 +7165,7 @@
 	(contents (with-current-buffer forward-buffer (buffer-string)))
 	e)
     (unless (featurep 'xemacs)
-      (unless (multibyte-string-p contents)
+      (unless (mm-multibyte-string-p contents)
 	(error "Attempt to insert unibyte string from the buffer \"%s\"\
  to the multibyte buffer \"%s\""
 	       (if (bufferp forward-buffer)
@@ -7220,7 +7220,7 @@
     (if (not message-forward-decoded-p)
 	(let ((contents (with-current-buffer forward-buffer (buffer-string))))
 	  (unless (featurep 'xemacs)
-	    (unless (multibyte-string-p contents)
+	    (unless (mm-multibyte-string-p contents)
 	      (error "Attempt to insert unibyte string from the buffer \"%s\"\
  to the multibyte buffer \"%s\""
 		     (if (bufferp forward-buffer)