projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d08fb7
)
(char_table_get_db_cos): Use `concord_object_get_attribute' instead of
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 20 May 2013 10:34:13 +0000
(19:34 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 20 May 2013 10:34:13 +0000
(19:34 +0900)
`concord_object_get_feature_value'.
src/chartab.c
patch
|
blob
|
history
diff --git
a/src/chartab.c
b/src/chartab.c
index
3bc2604
..
4a507f2
100644
(file)
--- a/
src/chartab.c
+++ b/
src/chartab.c
@@
-3937,7
+3937,7
@@
COS_object
char_table_get_db_cos (Lisp_Char_Table* cit, Emchar ch)
{
return
- concord_object_get_feature_value
+ concord_object_get_attribute
(cos_make_char (ch),
cos_intern (XSTRING_DATA (Fsymbol_name (cit->name))));
}