diff src/coding.h @ 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 146cd8369025
children 884c305a9799
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;