From a7daa12519fca538935cf1ce13195baf33b996de Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 13 Jun 2007 07:29:44 +0000 Subject: [PATCH] =?utf8?q?(shuowen-radicals):=20Add=20=3F=E6=AD=A3,=20=3F=E6?= =?utf8?q?=98=AF,=20=3F=E8=BE=B5=20and=20=3F=E5=BD=B3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lisp/utf-2000/char-db-util.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index d776396..12408e0 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -76,7 +76,8 @@ (defconst shuowen-radicals [?一 ?上 ?示 ?三 ?王 ?玉 ?玨 ?气 ?士 ?丨 ?屮 ?艸 ?蓐 ?茻 ?小 ?八 ?釆 ?半 ?牛 ?犛 - ?告 ?口 ?凵 ?吅 ?哭 ?走 ?止 ?癶 ?步 ?此]) + ?告 ?口 ?凵 ?吅 ?哭 ?走 ?止 ?癶 ?步 ?此 + ?正 ?是 ?辵 ?彳]) (defun shuowen-radical (number) (aref shuowen-radicals (1- number))) -- 1.7.10.4