diff options
| author | Karoly Lorentey | 2005-03-27 17:29:43 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-03-27 17:29:43 +0000 |
| commit | a0a7e8c6de361d15703e78a1e934d0347475dcb8 (patch) | |
| tree | bea99880ecb2d7b242c5fdddb69583b3d686e22b /src/coding.c | |
| parent | cd5caccf0c791bcaa19190f5d62ace1ebe9987c8 (diff) | |
| parent | 99a5658144bce7733e48d9c1877b2795afc1aa9d (diff) | |
| download | emacs-a0a7e8c6de361d15703e78a1e934d0347475dcb8.tar.gz emacs-a0a7e8c6de361d15703e78a1e934d0347475dcb8.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 204-213)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-204
Clean up gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-205
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-206
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-207
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-208
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-209
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-210
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-211
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-212
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-213
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-319
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 6a3868b016d..3b6b82aeea4 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7821,8 +7821,7 @@ associated with each coding-category one by one in this order. When | |||
| 7821 | one algorithm agrees with a byte sequence of source text, the coding | 7821 | one algorithm agrees with a byte sequence of source text, the coding |
| 7822 | system bound to the corresponding coding-category is selected. | 7822 | system bound to the corresponding coding-category is selected. |
| 7823 | 7823 | ||
| 7824 | When you modify this variable, `update-coding-systems-internal' must | 7824 | Don't modify this variable directly, but use `set-coding-category'. */); |
| 7825 | be called. */); | ||
| 7826 | { | 7825 | { |
| 7827 | int i; | 7826 | int i; |
| 7828 | 7827 | ||