diff options
| author | Kenichi Handa | 1998-05-22 09:45:34 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-05-22 09:45:34 +0000 |
| commit | f967223b11108117aadc260ad3cd7e92499e9d53 (patch) | |
| tree | 81e41a0b483375caf5e0b52998c35cb631abacd9 /src/coding.h | |
| parent | 537efd8df043427dfa36392683f95d1f4e89ea46 (diff) | |
| download | emacs-f967223b11108117aadc260ad3cd7e92499e9d53.tar.gz emacs-f967223b11108117aadc260ad3cd7e92499e9d53.zip | |
Change term "character translation table" to "translation table".
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/coding.h b/src/coding.h index 103f623b377..5fa42643ca0 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -375,8 +375,8 @@ struct coding_system | |||
| 375 | Lisp_Object pre_write_conversion; | 375 | Lisp_Object pre_write_conversion; |
| 376 | 376 | ||
| 377 | /* Character translation tables to look up, or nil. */ | 377 | /* Character translation tables to look up, or nil. */ |
| 378 | Lisp_Object character_translation_table_for_decode; | 378 | Lisp_Object translation_table_for_decode; |
| 379 | Lisp_Object character_translation_table_for_encode; | 379 | Lisp_Object translation_table_for_encode; |
| 380 | }; | 380 | }; |
| 381 | 381 | ||
| 382 | #define CODING_REQUIRE_FLUSHING_MASK 1 | 382 | #define CODING_REQUIRE_FLUSHING_MASK 1 |
| @@ -530,8 +530,8 @@ extern Lisp_Object Qraw_text; | |||
| 530 | extern Lisp_Object Qbuffer_file_coding_system; | 530 | extern Lisp_Object Qbuffer_file_coding_system; |
| 531 | extern Lisp_Object Vcoding_category_list; | 531 | extern Lisp_Object Vcoding_category_list; |
| 532 | 532 | ||
| 533 | extern Lisp_Object Qcharacter_translation_table; | 533 | extern Lisp_Object Qtranslation_table; |
| 534 | extern Lisp_Object Qcharacter_translation_table_id; | 534 | extern Lisp_Object Qtranslation_table_id; |
| 535 | 535 | ||
| 536 | /* Mnemonic character to indicate each type of end-of-line. */ | 536 | /* Mnemonic character to indicate each type of end-of-line. */ |
| 537 | extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; | 537 | extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; |