]> git.eshelyaron.com Git - emacs.git/commitdiff
(compound-text-with-extensions): Change the type to 2 (iso-2022 base).
authorKenichi Handa <handa@m17n.org>
Wed, 3 Dec 2003 08:25:05 +0000 (08:25 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 3 Dec 2003 08:25:05 +0000 (08:25 +0000)
lisp/international/mule-conf.el

index 53a02e5caef0cac53f3aecf3c98d06154e9bb5bc..d160e4107f0414e01e9405610b80035fb68adcd5 100644 (file)
@@ -442,12 +442,16 @@ Like `compound-text', but does not produce escape sequences for compositions."
  '((safe-charsets . t)))
 
 (make-coding-system
- 'compound-text-with-extensions 5 ?x
+ 'compound-text-with-extensions 2 ?x
  "Compound text encoding with extended segments.
 
+See the variable `ctext-non-standard-encodings-alist' for the
+detail about how extended segments are handled.
+
 This coding system should be used only for X selections.  It is inappropriate
 for decoding and encoding files, process I/O, etc."
- nil
+ '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t
+   nil ascii-eol ascii-cntl)
  '((post-read-conversion . ctext-post-read-conversion)
    (pre-write-conversion . ctext-pre-write-conversion)))