X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fauto-autoloads.el;h=2e1655f52fd4a85447c9c9228c5df6378fa47f5b;hb=75b7fc487b2b0474ac6facbd9bdc34a8143cefee;hp=1e027a80051ad2fc9725000304ca2acb7e437260;hpb=92dfe9f23ac8d070955a4346c35b2b8d8897fedb;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 1e027a8..2e1655f 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -7,15 +7,48 @@ ;;;*** -;;;### (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") +;;;### (autoloads (chise-string< define-char-after define-char-before map-char-family char-id char-ucs char-attribute-name< expand-char-feature-name) "chise-subr" "utf-2000/chise-subr.el") -(autoload 'char-ideographic-strokes-from-domains "ideograph-util" nil nil nil) +(autoload 'expand-char-feature-name "chise-subr" nil nil nil) -(autoload 'char-ideographic-strokes "ideograph-util" nil nil nil) +(autoload 'char-attribute-name< "chise-subr" "\ +Return t if symbol KA is less than KB in feature-name sorting order." nil nil) -(autoload 'char-total-strokes-from-domains "ideograph-util" nil nil nil) +(autoload 'char-ucs "chise-subr" "\ +Return code-point of UCS." nil nil) -(autoload 'char-total-strokes "ideograph-util" nil nil nil) +(autoload 'char-id "chise-subr" nil nil nil) + +(autoload 'map-char-family "chise-subr" nil nil nil) + +(autoload 'define-char-before "chise-subr" "\ +Define CHAR-SPEC and insert it before NEXT-CHAR." nil nil) + +(autoload 'define-char-after "chise-subr" "\ +Define CHAR-SPEC and insert it after PREV-CHAR." nil nil) + +(autoload 'chise-string< "chise-subr" nil nil nil) + +;;;*** + +;;;### (autoloads (char-total-strokes char-total-strokes-from-domains char-ideographic-strokes char-ideographic-strokes-from-domains char-ideographic-radical ideographic-radical) "ideograph-subr" "utf-2000/ideograph-subr.el") + +(autoload 'ideographic-radical "ideograph-subr" "\ +Return character corresponding with Kangxi-radical number." nil nil) + +(autoload 'char-ideographic-radical "ideograph-subr" nil nil nil) + +(autoload 'char-ideographic-strokes-from-domains "ideograph-subr" nil nil nil) + +(autoload 'char-ideographic-strokes "ideograph-subr" nil nil nil) + +(autoload 'char-total-strokes-from-domains "ideograph-subr" nil nil nil) + +(autoload 'char-total-strokes "ideograph-subr" nil nil nil) + +;;;*** + +;;;### (autoloads (ideographic-structure-find-char ideograph-char< char-daikanwa char-representative-of-daikanwa update-ideograph-radical-table) "ideograph-util" "utf-2000/ideograph-util.el") (autoload 'update-ideograph-radical-table "ideograph-util" nil t nil) @@ -23,19 +56,21 @@ (autoload 'char-daikanwa "ideograph-util" nil nil nil) -(autoload 'char-ucs "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) - ;;;*** -;;;### (autoloads (mapping-table-read-file) "read-maps" "utf-2000/read-maps.el") +;;;### (autoloads (jp-jouyou-read-file ucs-compat-read-file mapping-table-read-file) "read-maps" "utf-2000/read-maps.el") (autoload 'mapping-table-read-file "read-maps" "\ Read mapping table." t nil) +(autoload 'ucs-compat-read-file "read-maps" nil t nil) + +(autoload 'jp-jouyou-read-file "read-maps" nil t nil) + ;;;*** (provide 'utf-2000-autoloads)