diff options
| author | Kenichi Handa | 2003-11-17 03:58:13 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-11-17 03:58:13 +0000 |
| commit | 473ad4a5aad77d98c9919da46d9fbea7cbb8de2d (patch) | |
| tree | dcda3a02e2907a7bf1c3700082401ad1e68fd28e | |
| parent | 6d2b6635c8ce3af204d2be86e4f9f12c89ed9feb (diff) | |
| download | emacs-473ad4a5aad77d98c9919da46d9fbea7cbb8de2d.tar.gz emacs-473ad4a5aad77d98c9919da46d9fbea7cbb8de2d.zip | |
(mm-enable-multibyte): Call set-buffer-multibyte with the arg `to'.
| -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 |