X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fchartab.h;h=778186be889937b649144ce417239c2dc94e33fb;hb=b5e9d88fe2cc4622fceafc0ef7e802cca96be5eb;hp=44b06321e519607b8d4aa1c6956872ea1ed9c277;hpb=96d8a522444b4490ab7fd5c041ed8ba73934941e;p=chise%2Fxemacs-chise.git diff --git a/src/chartab.h b/src/chartab.h index 44b0632..778186b 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -1,7 +1,7 @@ /* Declarations having to do with Mule char tables. Copyright (C) 1992 Free Software Foundation, Inc. Copyright (C) 1995 Sun Microsystems, Inc. - Copyright (C) 1999,2000,2001 MORIOKA Tomohiko + Copyright (C) 1999,2000,2001,2002 MORIOKA Tomohiko This file is part of XEmacs. @@ -34,6 +34,11 @@ Boston, MA 02111-1307, USA. */ EXFUN (Fmake_char, 3); EXFUN (Fdecode_char, 3); +EXFUN (Fput_char_attribute, 3); + +EXFUN (Ffind_char, 1); + + /************************************************************************/ /* Char-ID Tables */ /************************************************************************/ @@ -371,7 +376,7 @@ EXFUN (Fget_char_attribute, 3); #ifdef MULE int check_category_char(Emchar ch, Lisp_Object ctbl, - unsigned int designator, unsigned int not); + unsigned int designator, unsigned int not_p); extern Lisp_Object Vstandard_category_table;