comparison src/coding.c @ 90133:4da4a09e8b1b

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 206-222) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 45-52) - Update from CVS - Update from CVS: texi Makefile.in CVS keyw cruft - Update from CVS: ChangeLog tweaks
author Miles Bader <miles@gnu.org>
date Thu, 31 Mar 2005 09:58:14 +0000
parents 503a3c779486 a70b3b846344
children 7a3341d65a12
comparison
equal deleted inserted replaced
90132:4080fe8b4f0f 90133:4da4a09e8b1b
9355 On detecting a coding system, Emacs tries code detection algorithms 9355 On detecting a coding system, Emacs tries code detection algorithms
9356 associated with each coding-category one by one in this order. When 9356 associated with each coding-category one by one in this order. When
9357 one algorithm agrees with a byte sequence of source text, the coding 9357 one algorithm agrees with a byte sequence of source text, the coding
9358 system bound to the corresponding coding-category is selected. 9358 system bound to the corresponding coding-category is selected.
9359 9359
9360 When you modify this variable, `update-coding-systems-internal' must 9360 Don't modify this variable directly, but use `set-coding-category'. */);
9361 be called. */);
9362 { 9361 {
9363 int i; 9362 int i;
9364 9363
9365 Vcoding_category_list = Qnil; 9364 Vcoding_category_list = Qnil;
9366 for (i = coding_category_max - 1; i >= 0; i--) 9365 for (i = coding_category_max - 1; i >= 0; i--)