From: Kenichi Handa Date: Mon, 15 May 2006 02:49:33 +0000 (+0000) Subject: (system_eol_type): Fix synching with HEAD. X-Git-Tag: emacs-pretest-23.0.90~8295^2~955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f3322afc583c38eec5ac03fd68bfa727fb70221;p=emacs.git (system_eol_type): Fix synching with HEAD. --- 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; /* 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;