Mercurial > emacs
comparison src/coding.h @ 22118:42e2ffa98618
Change terms unify/unification to
translate/translation respectively throughtout the file.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 18 May 1998 00:59:38 +0000 |
| parents | 1b46a79d86e3 |
| children | fc4aaf1b1772 |
comparison
equal
deleted
inserted
replaced
| 22117:c6b783988569 | 22118:42e2ffa98618 |
|---|---|
| 372 | 372 |
| 373 /* Lisp function (symbol) to be called before encoding to do | 373 /* Lisp function (symbol) to be called before encoding to do |
| 374 additional conversion, or nil. */ | 374 additional conversion, or nil. */ |
| 375 Lisp_Object pre_write_conversion; | 375 Lisp_Object pre_write_conversion; |
| 376 | 376 |
| 377 /* Character unification tables to look up, or nil. */ | 377 /* Character translation tables to look up, or nil. */ |
| 378 Lisp_Object character_unification_table_for_decode; | 378 Lisp_Object character_translation_table_for_decode; |
| 379 Lisp_Object character_unification_table_for_encode; | 379 Lisp_Object character_translation_table_for_encode; |
| 380 }; | 380 }; |
| 381 | 381 |
| 382 #define CODING_REQUIRE_FLUSHING_MASK 1 | 382 #define CODING_REQUIRE_FLUSHING_MASK 1 |
| 383 #define CODING_REQUIRE_DECODING_MASK 2 | 383 #define CODING_REQUIRE_DECODING_MASK 2 |
| 384 #define CODING_REQUIRE_ENCODING_MASK 4 | 384 #define CODING_REQUIRE_ENCODING_MASK 4 |
| 528 extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | 528 extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; |
| 529 extern Lisp_Object Qraw_text; | 529 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; | |
| 534 extern Lisp_Object Qcharacter_translation_table_id; | |
| 535 | |
| 533 /* Mnemonic character to indicate each type of end-of-line. */ | 536 /* Mnemonic character to indicate each type of end-of-line. */ |
| 534 extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; | 537 extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; |
| 535 /* Mnemonic character to indicate type of end-of-line is not yet decided. */ | 538 /* Mnemonic character to indicate type of end-of-line is not yet decided. */ |
| 536 extern int eol_mnemonic_undecided; | 539 extern int eol_mnemonic_undecided; |
| 537 | 540 |
