diff options
| -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 438456ed400..04225a40b3b 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -541,10 +541,10 @@ extern Lisp_Object Vcoding_category_list; | |||
| 541 | extern Lisp_Object Qtranslation_table; | 541 | extern Lisp_Object Qtranslation_table; |
| 542 | extern Lisp_Object Qtranslation_table_id; | 542 | extern Lisp_Object Qtranslation_table_id; |
| 543 | 543 | ||
| 544 | /* Mnemonic character to indicate each type of end-of-line. */ | 544 | /* Mnemonic strings to indicate each type of end-of-line. */ |
| 545 | extern int eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; | 545 | extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; |
| 546 | /* Mnemonic character to indicate type of end-of-line is not yet decided. */ | 546 | /* Mnemonic string to indicate type of end-of-line is not yet decided. */ |
| 547 | extern int eol_mnemonic_undecided; | 547 | extern Lisp_Object eol_mnemonic_undecided; |
| 548 | 548 | ||
| 549 | #ifdef emacs | 549 | #ifdef emacs |
| 550 | extern Lisp_Object Qfile_coding_system; | 550 | extern Lisp_Object Qfile_coding_system; |