diff options
author | Kenichi Handa <handa@etlken> | 2010-05-14 12:52:21 +0900 |
---|---|---|
committer | Kenichi Handa <handa@etlken> | 2010-05-14 12:52:21 +0900 |
commit | 508197067c434b0111bcb6ded742d424bb738ece (patch) | |
tree | 8771c78dae5018afa802675f0f798251d492ba31 /lisp/gnus/message.el | |
parent | 0e5d78007c37e98a5682a5d4c18966cdf6063c0b (diff) | |
parent | fbc00890119ec27ceaf50a0969ee121bef22905a (diff) | |
download | emacs-508197067c434b0111bcb6ded742d424bb738ece.tar.gz emacs-508197067c434b0111bcb6ded742d424bb738ece.tar.bz2 emacs-508197067c434b0111bcb6ded742d424bb738ece.zip |
merge trunk
Diffstat (limited to 'lisp/gnus/message.el')
-rw-r--r-- | lisp/gnus/message.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 897fe695288..947b1bd53e8 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -7165,7 +7165,7 @@ Optional DIGEST will use digest to forward." (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 @@ Optional DIGEST will use digest to forward." (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) |