update.
authortomo <tomo>
Sat, 3 Nov 2001 06:25:45 +0000 (06:25 +0000)
committertomo <tomo>
Sat, 3 Nov 2001 06:25:45 +0000 (06:25 +0000)
lisp/utf-2000/auto-autoloads.el

index 22d3a31..a924976 100644 (file)
@@ -1,9 +1,13 @@
 ;;; DO NOT MODIFY THIS FILE
 (if (featurep 'utf-2000-autoloads) (error "Already loaded"))
-
-(provide 'utf-2000-autoloads)
 \f
-;;;### (autoloads (what-char-definition char-db-update-comment) "char-db-util" "utf-2000/char-db-util.el")
+;;;### (autoloads (what-char-definition char-db-update-comment char-spec= char-ref= char-ref-p) "char-db-util" "utf-2000/char-db-util.el")
+
+(autoload 'char-ref-p "char-db-util" nil nil nil)
+
+(autoload 'char-ref= "char-db-util" nil nil nil)
+
+(autoload 'char-spec= "char-db-util" nil nil nil)
 
 (autoload 'char-db-update-comment "char-db-util" nil t nil)
 
 
 ;;;***
 \f
-;;;### (autoloads (update-ideograph-radical-table) "ideograph-util" "utf-2000/ideograph-util.el")
+;;;### (autoloads (ideographic-structure-find-char update-ideograph-radical-table) "ideograph-util" "utf-2000/ideograph-util.el")
 
 (autoload 'update-ideograph-radical-table "ideograph-util" nil t nil)
 
+(autoload 'ideographic-structure-find-char "ideograph-util" nil nil nil)
+
 ;;;***
+
+(provide 'utf-2000-autoloads)