# HG changeset patch # User Kenichi Handa # Date 1147661373 0 # Node ID 65fc70a77429b4ebe27cf5c30dcd5f4f8770a246 # Parent 263867fe7b5511460148d2a715ef02a57b59a76f (system_eol_type): Fix synching with HEAD. diff -r 263867fe7b55 -r 65fc70a77429 src/coding.h --- a/src/coding.h Mon May 15 02:48:46 2006 +0000 +++ b/src/coding.h Mon May 15 02:49:33 2006 +0000 @@ -717,9 +717,6 @@ /* 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;