aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-05-29 02:54:03 +0000
committerKenichi Handa2003-05-29 02:54:03 +0000
commitcba32ade65ca2e70d6997b35a9323272e566f917 (patch)
treef1e58210b0cce2e35795d5d1c3e87cdf12e23af8
parentcc9269031d5a7bf5e6e61835610658148bda683e (diff)
downloademacs-cba32ade65ca2e70d6997b35a9323272e566f917.tar.gz
emacs-cba32ade65ca2e70d6997b35a9323272e566f917.zip
(ctext-pre-write-conversion): Fix previous change.
-rw-r--r--lisp/international/mule.el1
1 files changed, 0 insertions, 1 deletions
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."
1464 ((coding-system-p encoding) ; need to recode the entire segment... 1464 ((coding-system-p encoding) ; need to recode the entire segment...
1465 (decode-coding-region pos (point) 'ctext-no-compositions) 1465 (decode-coding-region pos (point) 'ctext-no-compositions)
1466 (encode-coding-region pos (point) encoding) 1466 (encode-coding-region pos (point) encoding)
1467 (set-buffer-multibyte nil)
1468 (setq textlen (+ (- (point) pos) (length chset) 1)) 1467 (setq textlen (+ (- (point) pos) (length chset) 1))
1469 (save-excursion 1468 (save-excursion
1470 (goto-char pos) 1469 (goto-char pos)