X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fchartab.h;h=788810fa4144073924bb6fccb4c08c4af61ba22c;hb=ae5405ebb9da9a9d63a7dc3886b394bec55a7d50;hp=c2b7ccdca6f3d6b9df2f7dc6d9dd66daef4c801f;hpb=3de5b114eb1c35d7909ebab314bcea1e49c68269;p=chise%2Fxemacs-chise.git- diff --git a/src/chartab.h b/src/chartab.h index c2b7ccd..788810f 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,2002,2003 MORIOKA Tomohiko + Copyright (C) 1999,2000,2001,2002,2003,2004 MORIOKA Tomohiko This file is part of XEmacs. @@ -44,6 +44,8 @@ EXFUN (Fdecode_char, 4); EXFUN (Fput_char_attribute, 3); +EXFUN (Fdefine_char, 1); + EXFUN (Ffind_char, 1); extern Lisp_Object Qdowncase, Qflippedcase, Q_lowercase, Q_uppercase; @@ -425,6 +427,7 @@ put_char_id_table (Lisp_Char_Table* table, EXFUN (Fget_char_attribute, 3); +EXFUN (Fchar_feature, 5); #endif