(make-local-hook): Use `defun-maybe' directly.
[elisp/apel.git] / mcs-e20.el
index 824582f..f5c5e36 100644 (file)
@@ -28,6 +28,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'static))
+
 (defsubst encode-mime-charset-region (start end charset &optional lbt)
   "Encode the text between START and END as MIME CHARSET."
   (let (cs)
@@ -81,6 +83,7 @@
     ((ascii korean-ksc5601)                            . euc-kr)
     ((ascii chinese-gb2312)                            . gb2312)
     ((ascii chinese-big5-1 chinese-big5-2)             . big5)
+    ((ascii thai-tis620 composition)                   . tis-620)
     ((ascii latin-iso8859-1 greek-iso8859-7
            latin-jisx0201 japanese-jisx0208-1978
            chinese-gb2312 japanese-jisx0208
@@ -152,6 +155,17 @@ Return nil if corresponding MIME-charset is not found."
       dest)
     ))
 
+(static-when (string= (decode-coding-string "\e.A\eN!" 'ctext) "\eN!")
+  (make-coding-system
+   'x-ctext 2 ?x
+   "Compound text based generic encoding for decoding unknown messages."
+   '((ascii t) (latin-iso8859-1 t) t t
+     nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil
+     init-bol nil nil)
+   '((safe-charsets . t)
+     (mime-charset . x-ctext))))
+
+
 ;;; @ end
 ;;;