projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f63677
)
(Qsystem_char_id): New external variable.
author
tomo
<tomo>
Thu, 14 Feb 2002 10:06:03 +0000
(10:06 +0000)
committer
tomo
<tomo>
Thu, 14 Feb 2002 10:06:03 +0000
(10:06 +0000)
(char_attribute_system_db_file): New prototype.
src/chartab.h
patch
|
blob
|
history
diff --git
a/src/chartab.h
b/src/chartab.h
index
946e967
..
faae39f
100644
(file)
--- 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