+2008-09-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+ * ideograph-util.el (char-id): Add autoload cookie.
+ (char-ideographic-strokes-diff): New function.
+ (ideograph-char<): Add autoload cookie; use
+ `char-ideographic-strokes-diff'.
+
2008-09-30 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
* Ideograph-R130-Meat.el (B-BB4C): Moved to U+817F.
;;;***
\f
-;;;### (autoloads (chise-string< ideographic-structure-find-char char-ucs char-daikanwa char-representative-of-daikanwa update-ideograph-radical-table char-total-strokes char-total-strokes-from-domains char-ideographic-strokes char-ideographic-strokes-from-domains map-char-family expand-char-feature-name) "ideograph-util" "utf-2000/ideograph-util.el")
+;;;### (autoloads (chise-string< ideographic-structure-find-char ideograph-char< char-id char-ucs char-daikanwa char-representative-of-daikanwa update-ideograph-radical-table char-total-strokes char-total-strokes-from-domains char-ideographic-strokes char-ideographic-strokes-from-domains map-char-family expand-char-feature-name) "ideograph-util" "utf-2000/ideograph-util.el")
(autoload 'expand-char-feature-name "ideograph-util" nil nil nil)
(autoload 'char-ucs "ideograph-util" nil nil nil)
+(autoload 'char-id "ideograph-util" nil nil nil)
+
+(autoload 'ideograph-char< "ideograph-util" nil nil nil)
+
(autoload 'ideographic-structure-find-char "ideograph-util" nil nil nil)
(autoload 'chise-string< "ideograph-util" nil nil nil)