X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fauto-autoloads.el;h=2e1655f52fd4a85447c9c9228c5df6378fa47f5b;hb=e1ead9471068b47ddf432d6271fe998117434734;hp=1b0318583ee7b82228546e443a0c6769645b80e7;hpb=515d17df3a432d59ca173beaf4b152d1d9cb053b;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 1b03185..2e1655f 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -7,7 +7,7 @@ ;;;*** -;;;### (autoloads (chise-string< map-char-family char-id char-ucs char-attribute-name< expand-char-feature-name) "chise-subr" "utf-2000/chise-subr.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 'expand-char-feature-name "chise-subr" nil nil nil) @@ -21,15 +21,23 @@ Return code-point of UCS." 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 ideographic-radical) "ideograph-subr" "utf-2000/ideograph-subr.el") +;;;### (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)