+1999-04-13 Tanaka Akira <akr@jaist.ac.jp>
+
+ * mcs-e20.el (x-ctext): Use the definition in Emacs 20.4.
+
1999-04-11 Tanaka Akira <akr@jaist.ac.jp>
* mcs-e20.el (x-ctext): Define coding system `x-ctext' if `ctext'
(static-when (string= (decode-coding-string "\e.A\eN!" 'ctext) "\eN!")
(make-coding-system
- 'x-ctext 2 ?f
- "ISO 2022 based generic encoding for decoding unknown messages."
+ 'x-ctext 2 ?x
+ "Compound text based generic encoding for decoding unknown messages."
'((ascii t) (latin-iso8859-1 t) t t
- shoft ascii-eol ascii-cntl seven locking-shift single-shift nil nil nil
+ nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil
init-bol nil nil)
- '((safe-charsets . t))))
+ '((safe-charsets . t)
+ (mime-charset . x-ctext))))
;;; @ end