From 588b61dde1c13391103e68a277bf57944ef6c4bd Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 24 Jan 2004 18:24:31 +0000 Subject: [PATCH] (char-daikanwa): Refer `=>daikanwa'. --- lisp/utf-2000/ideograph-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/utf-2000/ideograph-util.el b/lisp/utf-2000/ideograph-util.el index 38ccc19..e378c11 100644 --- a/lisp/utf-2000/ideograph-util.el +++ b/lisp/utf-2000/ideograph-util.el @@ -301,6 +301,7 @@ (defun char-daikanwa (char) (or (encode-char char 'ideograph-daikanwa 'defined-only) (encode-char char '=daikanwa-rev2 'defined-only) + (get-char-attribute char '=>daikanwa) (get-char-attribute char 'morohashi-daikanwa))) ;;;###autoload -- 1.7.10.4