changeset 33221:22ea1d0f7521

(compound-text): Define this coding system here. Make x-ctext and ctext aliases of it.
author Kenichi Handa <handa@m17n.org>
date Sun, 05 Nov 2000 23:51:51 +0000
parents 5be1bf6bfafa
children 5b53c4e7304c
files lisp/international/mule-conf.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Sun Nov 05 23:51:23 2000 +0000
+++ b/lisp/international/mule-conf.el	Sun Nov 05 23:51:51 2000 +0000
@@ -384,7 +384,7 @@
    (composition . t)))
 
 (make-coding-system
- 'x-ctext 2 ?x
+ 'compound-text 2 ?x
  "Compound text based generic encoding for decoding unknown messages."
  '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t
    nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil
@@ -393,6 +393,9 @@
    (mime-charset . x-ctext)
    (composition . t)))
 
+(define-coding-system-alias 'x-ctext 'compound-text)
+(define-coding-system-alias 'ctext 'compound-text)
+
 (make-coding-system
  'iso-safe 2 ?-
  "Convert all characters but ASCII to `?'."