(ctext-pre-write-conversion): Fix previous change.
This commit is contained in:
parent
cc9269031d
commit
cba32ade65
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue