diff options
| author | Miles Bader | 2005-03-31 09:58:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-03-31 09:58:14 +0000 |
| commit | 773415d9340f12db3bd8654de5014deec57d49b7 (patch) | |
| tree | 579ecf466891c80df147934b0db24cb89d0abe3d /src/coding.c | |
| parent | e9d5a4e18a8955cf60e78c54a511fd8e1259716f (diff) | |
| parent | 7c315e1cff9019c8af55921fab6f571e68b09623 (diff) | |
| download | emacs-773415d9340f12db3bd8654de5014deec57d49b7.tar.gz emacs-773415d9340f12db3bd8654de5014deec57d49b7.zip | |
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
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index c36060cad44..6fcb031b432 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9357,8 +9357,7 @@ 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 | ||