aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mm-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el
index 4ad91852432..421a2204d12 100644
--- a/lisp/gnus/mm-util.el
+++ b/lisp/gnus/mm-util.el
@@ -355,7 +355,7 @@ used as the line break code type of the coding system."
355 "Set the multibyte flag of the current buffer. 355 "Set the multibyte flag of the current buffer.
356Only do this if the default value of `enable-multibyte-characters' is 356Only do this if the default value of `enable-multibyte-characters' is
357non-nil. This is a no-op in XEmacs." 357non-nil. This is a no-op in XEmacs."
358 (set-buffer-multibyte t)) 358 (set-buffer-multibyte 'to))
359 (defalias 'mm-enable-multibyte 'ignore)) 359 (defalias 'mm-enable-multibyte 'ignore))
360 360
361 (if mm-emacs-mule 361 (if mm-emacs-mule