aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2003-11-17 03:58:13 +0000
committerKenichi Handa2003-11-17 03:58:13 +0000
commit473ad4a5aad77d98c9919da46d9fbea7cbb8de2d (patch)
treedcda3a02e2907a7bf1c3700082401ad1e68fd28e /lisp
parent6d2b6635c8ce3af204d2be86e4f9f12c89ed9feb (diff)
downloademacs-473ad4a5aad77d98c9919da46d9fbea7cbb8de2d.tar.gz
emacs-473ad4a5aad77d98c9919da46d9fbea7cbb8de2d.zip
(mm-enable-multibyte): Call set-buffer-multibyte with the arg `to'.
Diffstat (limited to 'lisp')
-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