From: Kenichi Handa Date: Sun, 5 Nov 2000 23:51:51 +0000 (+0000) Subject: (compound-text): Define this coding system here. Make x-ctext and X-Git-Tag: emacs-pretest-21.0.90~294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75b6fb5882b7520c702e292c2a0153e543d6c70d;p=emacs.git (compound-text): Define this coding system here. Make x-ctext and ctext aliases of it. --- diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index a1ae5fce5d1..ec0caddb3d2 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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 `?'."