diff options
| -rw-r--r-- | lisp/gnus/mm-util.el | 2 |
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. |
| 356 | Only do this if the default value of `enable-multibyte-characters' is | 356 | Only do this if the default value of `enable-multibyte-characters' is |
| 357 | non-nil. This is a no-op in XEmacs." | 357 | non-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 |