diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index fb24c170402..9ace4d1e074 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -666,6 +666,9 @@ extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac; | |||
| 666 | /* Mnemonic string to indicate type of end-of-line is not yet decided. */ | 666 | /* Mnemonic string to indicate type of end-of-line is not yet decided. */ |
| 667 | extern Lisp_Object eol_mnemonic_undecided; | 667 | extern Lisp_Object eol_mnemonic_undecided; |
| 668 | 668 | ||
| 669 | /* Format of end-of-line decided by system. */ | ||
| 670 | extern int system_eol_type; | ||
| 671 | |||
| 669 | #ifdef emacs | 672 | #ifdef emacs |
| 670 | extern Lisp_Object Qfile_coding_system; | 673 | extern Lisp_Object Qfile_coding_system; |
| 671 | extern Lisp_Object Qcall_process, Qcall_process_region; | 674 | extern Lisp_Object Qcall_process, Qcall_process_region; |