diff src/file-coding.c @ 1242:f0af455e89d9

[xemacs-hg @ 2003-01-31 12:02:30 by stephent] bogus C++ comments <87d6mdzgcq.fsf_-_@tleepslib.sk.tsukuba.ac.jp> macro syntax typo <878yx1zg9q.fsf_-_@tleepslib.sk.tsukuba.ac.jp> move Fprovide from syms_of to vars_of <874r7pzg0x.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 31 Jan 2003 12:02:38 +0000
parents e22b0213b713
children b531bf8658e9
line wrap: on
line diff
--- a/src/file-coding.c	Thu Jan 30 22:52:32 2003 +0000
+++ b/src/file-coding.c	Fri Jan 31 12:02:38 2003 +0000
@@ -4608,14 +4608,6 @@
   DEFSYMBOL (Qgzip);
 #endif
 
-  /* WARNING: The existing categories are intimately tied to the function
-     `coding-system-category' in coding.el.  If you change a category, or
-     change the layout of any coding system associated with a category, you
-     need to check that function and make sure it's written properly. */
-
-#ifdef HAVE_DEFAULT_EOL_DETECTION
-  Fprovide (intern ("unix-default-eol-detection"));
-#endif
 }
 
 void
@@ -4764,6 +4756,15 @@
   /* We always have file-coding support */
   Fprovide (intern ("file-coding"));
 
+#ifdef HAVE_DEFAULT_EOL_DETECTION
+  /* WARNING: The existing categories are intimately tied to the function
+     `coding-system-category' in coding.el.  If you change a category, or
+     change the layout of any coding system associated with a category, you
+     need to check that function and make sure it's written properly. */
+
+  Fprovide (intern ("unix-default-eol-detection"));
+#endif
+
   DEFVAR_LISP ("keyboard-coding-system", &Vkeyboard_coding_system /*
 Coding system used for TTY keyboard input.
 Not used under a windowing system.