From: tomo Date: Thu, 14 Feb 2002 10:06:03 +0000 (+0000) Subject: (Qsystem_char_id): New external variable. X-Git-Tag: r21-2-44-lazy-n7c~106 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=73bd9933345bcbaf9c1fc8cd79cc5799a6962dfe;p=chise%2Fxemacs-chise.git- (Qsystem_char_id): New external variable. (char_attribute_system_db_file): New prototype. --- diff --git a/src/chartab.h b/src/chartab.h index 946e967..faae39f 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -345,6 +345,12 @@ put_char_id_table_0 (Lisp_Char_Table* cit, Emchar code, Lisp_Object value) } #ifdef HAVE_DATABASE +extern Lisp_Object Qsystem_char_id; + +Lisp_Object +char_attribute_system_db_file (Lisp_Object key_type, Lisp_Object attribute, + int writing_mode); + Lisp_Object load_char_attribute_maybe (Emchar ch, Lisp_Object attribute); #endif