diff lisp/international/mule-conf.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents f3047b4ebf04
children c452bfea1458
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Thu Apr 15 01:08:34 2004 +0000
+++ b/lisp/international/mule-conf.el	Fri Apr 16 12:51:06 2004 +0000
@@ -1387,10 +1387,17 @@
 (define-coding-system 'compound-text-with-extensions
  "Compound text encoding with ICCCM Extended Segment extensions.
 
+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."
-  :coding-type 'raw-text
+  :coding-type 'iso-2022
   :mnemonic ?x
+  :charset-list 'iso-2022
+  :designation [(ascii 94) (latin-iso8859-1 katakana-jisx0201 96) nil nil]
+  :flags '(ascii-at-eol ascii-at-cntl
+			designation locking-shift single-shift)
   :post-read-conversion 'ctext-post-read-conversion
   :pre-write-conversion 'ctext-pre-write-conversion)
 
@@ -1491,4 +1498,5 @@
 ;; no-byte-compile: t
 ;; End:
 
+;;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
 ;;; mule-conf.el ends here