Ben, please review.
>>>> "Aaron" == Aaron Williams
<aaron_williams(a)net.com> writes:
Aaron> #1 0x0013b1e0 in Fprovide (feature=4358116) at fns.c:3542
Aaron> #2 0x0011a320 in syms_of_file_coding () at file-coding.c:4606
Thank you! Can you apply this and see if it fixes?
Index: src/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.535
diff -u -U0 -r1.535 ChangeLog
--- src/ChangeLog 23 Jan 2003 02:16:42 -0000 1.535
+++ src/ChangeLog 30 Jan 2003 07:18:35 -0000
@@ -0,0 +1,5 @@
+2003-01-30 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * file-coding.c (vars_of_file_coding): Fprovide here ...
+ (syms_of_file_coding): ... not here. Dem's da rules.
+
Index: src/file-coding.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/file-coding.c,v
retrieving revision 1.31
diff -u -r1.31 file-coding.c
--- src/file-coding.c 12 Jan 2003 11:08:14 -0000 1.31
+++ src/file-coding.c 30 Jan 2003 07:18:43 -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
@@ -4763,6 +4755,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.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.