From 309e1a507666cb670505d7f737610c447075f50d Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 14 Nov 2002 05:08:36 +0000 Subject: [PATCH] (char-representative-of-daikanwa): Add autoload cookie. --- 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 7044aa9..6dafc90 100644 --- a/lisp/utf-2000/ideograph-util.el +++ b/lisp/utf-2000/ideograph-util.el @@ -167,6 +167,7 @@ ;; ((null b) t) ;; (t (< a b)))) +;;;###autoload (defun char-representative-of-daikanwa (char) (if (get-char-attribute char 'ideograph-daikanwa) char -- 1.7.10.4