aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorKaroly Lorentey2005-03-27 17:29:43 +0000
committerKaroly Lorentey2005-03-27 17:29:43 +0000
commita0a7e8c6de361d15703e78a1e934d0347475dcb8 (patch)
treebea99880ecb2d7b242c5fdddb69583b3d686e22b /src/coding.c
parentcd5caccf0c791bcaa19190f5d62ace1ebe9987c8 (diff)
parent99a5658144bce7733e48d9c1877b2795afc1aa9d (diff)
downloademacs-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.c3
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
7821one algorithm agrees with a byte sequence of source text, the coding 7821one algorithm agrees with a byte sequence of source text, the coding
7822system bound to the corresponding coding-category is selected. 7822system bound to the corresponding coding-category is selected.
7823 7823
7824When you modify this variable, `update-coding-systems-internal' must 7824Don't modify this variable directly, but use `set-coding-category'. */);
7825be called. */);
7826 { 7825 {
7827 int i; 7826 int i;
7828 7827