From 3448ebd9def6984e34e1dfae07dc3602c4af1e0c Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 21 Nov 1999 07:50:47 +0000 Subject: [PATCH] (char-db-update-comment): Use mapping-table for `japanese-jisx0213-*'. --- lisp/utf-2000/char-db-util.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index b5539d3..94e2a3b 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -417,7 +417,9 @@ (not (eq (car cdef) 'ideograph-daikanwa)) (or (memq (car cdef) '(ascii latin-viscii-upper latin-viscii-lower - arabic-iso8859-6)) + arabic-iso8859-6 + japanese-jisx0213-1 + japanese-jisx0213-2)) (= (char-int (charset-iso-final-char (car cdef))) 0))) (apply (function make-char) cdef) -- 1.7.10.4