(char_table_get_db_cos): Use `concord_object_get_attribute' instead of
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 20 May 2013 10:34:13 +0000 (19:34 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 20 May 2013 10:34:13 +0000 (19:34 +0900)
`concord_object_get_feature_value'.

src/chartab.c

index 3bc2604..4a507f2 100644 (file)
@@ -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))));
 }