From: tomo Date: Mon, 2 Feb 2004 17:32:46 +0000 (+0000) Subject: Add an EXFUN for `Fchar_feature'. X-Git-Tag: r21-4-14-chise-0_21-23^2~104 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8fca3318d2ffbb1389b3c941b1d9de7cb328f0dd;p=chise%2Fxemacs-chise.git.1 Add an EXFUN for `Fchar_feature'. --- diff --git a/src/chartab.h b/src/chartab.h index c2b7ccd..c44541e 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. @@ -425,6 +425,7 @@ put_char_id_table (Lisp_Char_Table* table, EXFUN (Fget_char_attribute, 3); +EXFUN (Fchar_feature, 5); #endif