(mm-enable-multibyte): Call set-buffer-multibyte with
authorSimon Josefsson <jas@extundo.com>
Sun, 30 Nov 2003 16:59:35 +0000 (16:59 +0000)
committerSimon Josefsson <jas@extundo.com>
Sun, 30 Nov 2003 16:59:35 +0000 (16:59 +0000)
'to argument.  Fixes something or other in Emacs 22, and is
backwards compatible.  From Kenichi Handa <handa@m17n.org>.

lisp/ChangeLog
lisp/mm-util.el

index 6e37dbe..8d55cf2 100644 (file)
@@ -1,5 +1,9 @@
 2003-11-30  Simon Josefsson  <jas@extundo.com>
 
+       * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte with
+       'to argument.  Fixes something or other in Emacs 22, and is
+       backwards compatible.  From Kenichi Handa <handa@m17n.org>.
+
        * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Custom fix.
 
 2003-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
index eef5c04..cbd85b1 100644 (file)
@@ -413,7 +413,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