aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index 41f4aab509c..aa5c8f05015 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -717,6 +717,9 @@ extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac;
717/* Mnemonic string to indicate type of end-of-line is not yet decided. */ 717/* Mnemonic string to indicate type of end-of-line is not yet decided. */
718extern Lisp_Object eol_mnemonic_undecided; 718extern Lisp_Object eol_mnemonic_undecided;
719 719
720/* Format of end-of-line decided by system. */
721extern int system_eol_type;
722
720#ifdef emacs 723#ifdef emacs
721extern Lisp_Object Qfile_coding_system; 724extern Lisp_Object Qfile_coding_system;
722extern Lisp_Object Qcall_process, Qcall_process_region; 725extern Lisp_Object Qcall_process, Qcall_process_region;