Change term "character translation table" to "translation table".

This commit is contained in:
Kenichi Handa 1998-05-22 09:45:34 +00:00
parent 537efd8df0
commit f967223b11
7 changed files with 80 additions and 91 deletions

View file

@ -375,8 +375,8 @@ struct coding_system
Lisp_Object pre_write_conversion;
/* Character translation tables to look up, or nil. */
Lisp_Object character_translation_table_for_decode;
Lisp_Object character_translation_table_for_encode;
Lisp_Object translation_table_for_decode;
Lisp_Object translation_table_for_encode;
};
#define CODING_REQUIRE_FLUSHING_MASK 1
@ -530,8 +530,8 @@ extern Lisp_Object Qraw_text;
extern Lisp_Object Qbuffer_file_coding_system;
extern Lisp_Object Vcoding_category_list;
extern Lisp_Object Qcharacter_translation_table;
extern Lisp_Object Qcharacter_translation_table_id;
extern Lisp_Object Qtranslation_table;
extern Lisp_Object Qtranslation_table_id;
/* Mnemonic character to indicate each type of end-of-line. */
extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac;