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

src/text-coding.c

index c1cc513..e6da371 100644 (file)
@@ -3554,7 +3554,7 @@ COMPOSE_ADD_CHAR (struct decoding_stream *str,
 
       /* concord_setup_env_maybe (); */
       open_chise_data_source_maybe ();
 
       /* concord_setup_env_maybe (); */
       open_chise_data_source_maybe ();
-      ret = concord_object_get_feature_value (cos_make_char (character),
+      ret = concord_object_get_attribute (cos_make_char (character),
                                              COS_COMPOSITION);
 
       if (!cos_cons_p (ret))
                                              COS_COMPOSITION);
 
       if (!cos_cons_p (ret))
@@ -3579,7 +3579,7 @@ COMPOSE_ADD_CHAR (struct decoding_stream *str,
 
          /* concord_setup_env_maybe (); */
          open_chise_data_source_maybe ();
 
          /* concord_setup_env_maybe (); */
          open_chise_data_source_maybe ();
-         ret2 = concord_object_get_feature_value (ret, COS_COMPOSITION);
+         ret2 = concord_object_get_attribute (ret, COS_COMPOSITION);
 
          if (!cos_cons_p (ret2))
            {
 
          if (!cos_cons_p (ret2))
            {
@@ -3598,7 +3598,7 @@ COMPOSE_ADD_CHAR (struct decoding_stream *str,
        {
          /* concord_setup_env_maybe (); */
          open_chise_data_source_maybe ();
        {
          /* concord_setup_env_maybe (); */
          open_chise_data_source_maybe ();
-         ret = concord_object_get_feature_value (cos_make_char (character),
+         ret = concord_object_get_attribute (cos_make_char (character),
                                                  COS_COMPOSITION);
 
          COMPOSE_FLUSH_CHARS (str, dst);
                                                  COS_COMPOSITION);
 
          COMPOSE_FLUSH_CHARS (str, dst);