aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa2006-05-08 05:24:53 +0000
committerKenichi Handa2006-05-08 05:24:53 +0000
commit06ea6d57ca6aa9c1709db7e239ea8a7cf7e65340 (patch)
tree280c15f6437d9213cc287cf654fa4aad780bac7e /src/coding.h
parent452dd0bed5776a7d25ce75adfbf3bdd2fd14a371 (diff)
downloademacs-06ea6d57ca6aa9c1709db7e239ea8a7cf7e65340.tar.gz
emacs-06ea6d57ca6aa9c1709db7e239ea8a7cf7e65340.zip
(system_eol_type): Extern it.
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 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. */
667extern Lisp_Object eol_mnemonic_undecided; 667extern Lisp_Object eol_mnemonic_undecided;
668 668
669/* Format of end-of-line decided by system. */
670extern int system_eol_type;
671
669#ifdef emacs 672#ifdef emacs
670extern Lisp_Object Qfile_coding_system; 673extern Lisp_Object Qfile_coding_system;
671extern Lisp_Object Qcall_process, Qcall_process_region; 674extern Lisp_Object Qcall_process, Qcall_process_region;