From 473ad4a5aad77d98c9919da46d9fbea7cbb8de2d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 17 Nov 2003 03:58:13 +0000 Subject: [PATCH] (mm-enable-multibyte): Call set-buffer-multibyte with the arg `to'. --- lisp/gnus/mm-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." "Set the multibyte flag of the current buffer. Only do this if the default value of `enable-multibyte-characters' is non-nil. This is a no-op in XEmacs." - (set-buffer-multibyte t)) + (set-buffer-multibyte 'to)) (defalias 'mm-enable-multibyte 'ignore)) (if mm-emacs-mule -- 2.39.2