changeset 51314:3a4379245dd8

(ctext-pre-write-conversion): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Thu, 29 May 2003 02:54:03 +0000
parents 36fa2cf14d0c
children 7156fc3b3571
files lisp/international/mule.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Thu May 29 01:28:24 2003 +0000
+++ b/lisp/international/mule.el	Thu May 29 02:54:03 2003 +0000
@@ -1464,7 +1464,6 @@
 	 ((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)