From: tomo Date: Fri, 16 Jan 2004 13:28:19 +0000 (+0000) Subject: Move definition of `euc-jisx0213' to mule-coding.el. X-Git-Tag: r21-4-14-chise-0_21-19^2~98 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ed89c691911a39869ae2bc1d05405754f598f9e5;p=chise%2Fxemacs-chise.git.1 Move definition of `euc-jisx0213' to mule-coding.el. --- diff --git a/lisp/mule/japanese.el b/lisp/mule/japanese.el index 60fc8b9..5628f9f 100644 --- a/lisp/mule/japanese.el +++ b/lisp/mule/japanese.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. -;; Copyright (C) 1997,1999,2002 MORIOKA Tomohiko +;; Copyright (C) 1997,1999,2002,2004 MORIOKA Tomohiko ;; Keywords: multilingual, Japanese @@ -243,16 +243,17 @@ mnemonic "Ja/EUC" )) -(make-coding-system - 'euc-jisx0213 'iso2022 - "Coding-system of Japanese EUC based on JIS X 0213." - '(charset-g0 ascii - charset-g1 japanese-jisx0213-1 - charset-g2 katakana-jisx0201 - charset-g3 japanese-jisx0213-2 - short t - mnemonic "Ja/EUC0213" - )) +;; [tomo] Moved to mule-conf.el. +;; (make-coding-system +;; 'euc-jisx0213 'iso2022 +;; "Coding-system of Japanese EUC based on JIS X 0213." +;; '(charset-g0 ascii +;; charset-g1 japanese-jisx0213-1 +;; charset-g2 katakana-jisx0201 +;; charset-g3 japanese-jisx0213-2 +;; short t +;; mnemonic "Ja/EUC0213" +;; )) ;; (define-coding-system-alias 'euc-japan-1990 'japanese-iso-8bit) ;; (define-coding-system-alias 'euc-japan 'japanese-iso-8bit)