aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa2006-05-15 02:49:33 +0000
committerKenichi Handa2006-05-15 02:49:33 +0000
commit1f3322afc583c38eec5ac03fd68bfa727fb70221 (patch)
tree0fefc582f1ed012fb2955f94cb233f7eaf2bb472 /src/coding.h
parentfcbcfb64503bdcc2a85d903cb27bf0c3310f5c74 (diff)
downloademacs-1f3322afc583c38eec5ac03fd68bfa727fb70221.tar.gz
emacs-1f3322afc583c38eec5ac03fd68bfa727fb70221.zip
(system_eol_type): Fix synching with HEAD.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h
index aa5c8f05015..41f4aab509c 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -717,9 +717,6 @@ 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
723#ifdef emacs 720#ifdef emacs
724extern Lisp_Object Qfile_coding_system; 721extern Lisp_Object Qfile_coding_system;
725extern Lisp_Object Qcall_process, Qcall_process_region; 722extern Lisp_Object Qcall_process, Qcall_process_region;