From 1f3322afc583c38eec5ac03fd68bfa727fb70221 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 15 May 2006 02:49:33 +0000 Subject: [PATCH] (system_eol_type): Fix synching with HEAD. --- src/coding.h | 3 --- 1 file changed, 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; /* 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; -- 2.39.5