Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 180-191)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 39-44)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
This commit is contained in:
Miles Bader 2005-03-19 02:42:17 +00:00
commit 1bac4db562
90 changed files with 3614 additions and 1388 deletions

View file

@ -9349,7 +9349,10 @@ updated by the functions `make-coding-system' and
On detecting a coding system, Emacs tries code detection algorithms
associated with each coding-category one by one in this order. When
one algorithm agrees with a byte sequence of source text, the coding
system bound to the corresponding coding-category is selected. */);
system bound to the corresponding coding-category is selected.
When you modify this variable, `update-coding-systems-internal' must
be called. */);
{
int i;