Mercurial > emacs
comparison src/coding.c @ 83279:2006100ee57e
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
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Sun, 27 Mar 2005 17:29:43 +0000 |
| parents | 48ba3f89c89f a70b3b846344 |
| children | 360860a0006f |
comparison
equal
deleted
inserted
replaced
| 83278:b2bde606bcf7 | 83279:2006100ee57e |
|---|---|
| 7819 On detecting a coding system, Emacs tries code detection algorithms | 7819 On detecting a coding system, Emacs tries code detection algorithms |
| 7820 associated with each coding-category one by one in this order. When | 7820 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 |
| 7829 Vcoding_category_list = Qnil; | 7828 Vcoding_category_list = Qnil; |
| 7830 for (i = CODING_CATEGORY_IDX_MAX - 1; i >= 0; i--) | 7829 for (i = CODING_CATEGORY_IDX_MAX - 1; i >= 0; i--) |
