diff options
| author | Miles Bader | 2005-03-19 02:42:17 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-03-19 02:42:17 +0000 |
| commit | 1bac4db5629da854a984a0e84a9469f14b6b9e76 (patch) | |
| tree | 068627144f173fed8c3331d541debae6c36f8988 /src/coding.c | |
| parent | f603a66a19f5bfbba314daaa21e77665b3e03dd5 (diff) | |
| parent | 951f97e67d904729032b476caf5f7c2e7e303d73 (diff) | |
| download | emacs-1bac4db5629da854a984a0e84a9469f14b6b9e76.tar.gz emacs-1bac4db5629da854a984a0e84a9469f14b6b9e76.zip | |
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
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 635031772ca..6158409a713 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9349,7 +9349,10 @@ updated by the functions `make-coding-system' and | |||
| 9349 | On detecting a coding system, Emacs tries code detection algorithms | 9349 | On detecting a coding system, Emacs tries code detection algorithms |
| 9350 | associated with each coding-category one by one in this order. When | 9350 | associated with each coding-category one by one in this order. When |
| 9351 | one algorithm agrees with a byte sequence of source text, the coding | 9351 | one algorithm agrees with a byte sequence of source text, the coding |
| 9352 | system bound to the corresponding coding-category is selected. */); | 9352 | system bound to the corresponding coding-category is selected. |
| 9353 | |||
| 9354 | When you modify this variable, `update-coding-systems-internal' must | ||
| 9355 | be called. */); | ||
| 9353 | { | 9356 | { |
| 9354 | int i; | 9357 | int i; |
| 9355 | 9358 | ||