]> code.delx.au - gnu-emacs/commitdiff
(ctext-pre-write-conversion): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 29 May 2003 02:54:03 +0000 (02:54 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 29 May 2003 02:54:03 +0000 (02:54 +0000)
lisp/international/mule.el

index 40fd3107a914f490d83b0bac145a8d9eacb2aea1..6fb078486d5639fb7aa708c76a1fa01069441f0c 100644 (file)
@@ -1464,7 +1464,6 @@ text, and convert it in the temporary buffer.  Otherwise, convert in-place."
         ((coding-system-p encoding) ; need to recode the entire segment...
          (decode-coding-region pos (point) 'ctext-no-compositions)
          (encode-coding-region pos (point) encoding)
-         (set-buffer-multibyte nil)
          (setq textlen (+ (- (point) pos) (length chset) 1))
          (save-excursion
            (goto-char pos)