changeset 90395:65fc70a77429

(system_eol_type): Fix synching with HEAD.
author Kenichi Handa <handa@m17n.org>
date Mon, 15 May 2006 02:49:33 +0000
parents 263867fe7b55
children 82ecfe2daad4
files src/coding.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;