From cba32ade65ca2e70d6997b35a9323272e566f917 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 29 May 2003 02:54:03 +0000 Subject: [PATCH] (ctext-pre-write-conversion): Fix previous change. --- lisp/international/mule.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 40fd3107a91..6fb078486d5 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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) -- 2.39.5