From 92dfe9f23ac8d070955a4346c35b2b8d8897fedb Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 11 Jan 2004 17:04:02 +0000 Subject: [PATCH] update. --- lisp/utf-2000/auto-autoloads.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 7d19cd3..1e027a8 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -7,7 +7,7 @@ ;;;*** -;;;### (autoloads (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) "ideograph-util" "utf-2000/ideograph-util.el") +;;;### (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) "ideograph-util" "utf-2000/ideograph-util.el") (autoload 'char-ideographic-strokes-from-domains "ideograph-util" nil nil nil) @@ -27,6 +27,8 @@ (autoload 'ideographic-structure-find-char "ideograph-util" nil nil nil) +(autoload 'chise-string< "ideograph-util" nil nil nil) + ;;;*** ;;;### (autoloads (mapping-table-read-file) "read-maps" "utf-2000/read-maps.el") -- 1.7.10.4