]> git.eshelyaron.com Git - emacs.git/commitdiff
(system_eol_type): Fix synching with HEAD.
authorKenichi Handa <handa@m17n.org>
Mon, 15 May 2006 02:49:33 +0000 (02:49 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 15 May 2006 02:49:33 +0000 (02:49 +0000)
src/coding.h

index aa5c8f0501599a2e79b0f5a69112b84fea5ddee6..41f4aab509c7a48f64ebfadf10ffc12adefefcdd 100644 (file)
@@ -717,9 +717,6 @@ extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac;
 /* Mnemonic string to indicate type of end-of-line is not yet decided.  */
 extern Lisp_Object eol_mnemonic_undecided;
 
-/* Format of end-of-line decided by system.  */
-extern int system_eol_type;
-
 #ifdef emacs
 extern Lisp_Object Qfile_coding_system;
 extern Lisp_Object Qcall_process, Qcall_process_region;