X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fauto-autoloads.el;h=2e1655f52fd4a85447c9c9228c5df6378fa47f5b;hb=44a6b3d16341cabcbfd0d16fe3ee67d5088e6053;hp=646b634125ba3cd2f5ac5d693178bc130a7758ed;hpb=f7620090377e7eb58ea976e89e3b8ab8c26ad8ca;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 646b634..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,6 +21,12 @@ 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) ;;;***