From b2c187868c568ec070fbf552a9055415bc376ee4 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 20 Mar 2000 09:43:51 +0000 Subject: [PATCH] (japanese-jisx0213-1): Allow "jisx0213.2000-1". (japanese-jisx0213-2): Allow "jisx0213.2000-2". --- lisp/mule/mule-conf.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 21916c3..ebe9435 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. -;; Copyright (C) 1997,1999 MORIOKA Tomohiko +;; Copyright (C) 1997,1999,2000 MORIOKA Tomohiko ;; Keywords: mule, multilingual, character set, coding system @@ -101,7 +101,7 @@ (make-charset 'japanese-jisx0213-1 "JIS X 0213:2000 Plain 1" - '(registry "jisx0213-1" + '(registry "jisx0213\\(\\.2000\\)-1" dimension 2 chars 94 final ?O @@ -110,7 +110,7 @@ (make-charset 'japanese-jisx0213-2 "JIS X 0213:2000 Plain 2" - '(registry "jisx0213-2" + '(registry "jisx0213\\(\\.2000\\)-2" dimension 2 chars 94 final ?P -- 1.7.10.4