X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fauto-autoloads.el;h=22d3a31bbd07a0ca14152f900059fcbaf05f5b8b;hb=a2bc237c12cced56e7b6235c8ffcddbe812dd4bc;hp=84598279bb9c09e4e1e585338041038250692f2c;hpb=9cbb5c35e40f0025fca1ef185ea1fd4771e41567;p=chise%2Fxemacs-chise.git diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 8459827..22d3a31 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -1,10 +1,18 @@ ;;; DO NOT MODIFY THIS FILE (if (featurep 'utf-2000-autoloads) (error "Already loaded")) + +(provide 'utf-2000-autoloads) -;;;### (autoloads (what-char-definition) "char-db-util" "utf-2000/char-db-util.el") +;;;### (autoloads (what-char-definition char-db-update-comment) "char-db-util" "utf-2000/char-db-util.el") + +(autoload 'char-db-update-comment "char-db-util" nil t nil) (autoload 'what-char-definition "char-db-util" nil t nil) ;;;*** + +;;;### (autoloads (update-ideograph-radical-table) "ideograph-util" "utf-2000/ideograph-util.el") -(provide 'utf-2000-autoloads) +(autoload 'update-ideograph-radical-table "ideograph-util" nil t nil) + +;;;***