From: Kenichi Handa Date: Tue, 18 Jul 2000 04:29:20 +0000 (+0000) Subject: (compound-text): Force katakana-jisx0201 to be designated to G1. X-Git-Tag: emacs-pretest-21.0.90~2789 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12d00cfe915fb8fa7d7faf5355035eb4df5db015;p=emacs.git (compound-text): Force katakana-jisx0201 to be designated to G1. --- diff --git a/lisp/language/european.el b/lisp/language/european.el index 873abb875fa..31d2c1e1563 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -44,7 +44,7 @@ (make-coding-system 'compound-text 2 ?1 "ISO 2022 based encoding used in inter client communication of X" - '((ascii t) (latin-iso8859-1 t) nil nil + '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) nil nil nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil nil t) '((safe-charsets . t)))