(ctext-pre-write-conversion): Fix previous change.

This commit is contained in:
Kenichi Handa 2003-05-29 02:54:03 +00:00
parent cc9269031d
commit cba32ade65

View 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)