From e5b8359ed9328e33569dbf18b0a46eb2df9de799 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 2 Jul 2003 05:38:41 +0000 Subject: [PATCH] (char-db-feature-domains): Add `jis', `jis/alt', `jis/a' and `jis/b'. --- lisp/utf-2000/char-db-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index c4e288f..0b4791d 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -70,7 +70,7 @@ v)) (defvar char-db-feature-domains - '(ucs daikanwa cns gt)) + '(ucs daikanwa cns gt jis jis/alt jis/a jis/b)) (defvar char-db-ignored-attributes nil) -- 1.7.10.4