From 8fca3318d2ffbb1389b3c941b1d9de7cb328f0dd Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 2 Feb 2004 17:32:46 +0000 Subject: [PATCH] Add an EXFUN for `Fchar_feature'. --- src/chartab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4