comparison lisp/gnus/mm-util.el @ 89629:5e12f0bce446

(mm-enable-multibyte): Call set-buffer-multibyte with the arg `to'.
author Kenichi Handa <handa@m17n.org>
date Mon, 17 Nov 2003 03:58:13 +0000
parents 2f877ed80fa6
children 561b856c5b1f
comparison
equal deleted inserted replaced
89628:16559d69b325 89629:5e12f0bce446
353 (if mm-emacs-mule 353 (if mm-emacs-mule
354 (defun mm-enable-multibyte () 354 (defun mm-enable-multibyte ()
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
362 (defun mm-disable-multibyte () 362 (defun mm-disable-multibyte ()
363 "Unset the multibyte flag of in the current buffer. 363 "Unset the multibyte flag of in the current buffer.