diff options
| author | Paul Eggert | 2011-05-01 16:37:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-01 16:37:08 -0700 |
| commit | 2f9442b848594799dd155d455930215df2d2a222 (patch) | |
| tree | 8d8dbaa70ba3da94202596f36061e01beacc12c3 /src/ChangeLog | |
| parent | 2d38271b704d7a3dc9453a6cda4a2115e6b9a56f (diff) | |
| download | emacs-2f9442b848594799dd155d455930215df2d2a222.tar.gz emacs-2f9442b848594799dd155d455930215df2d2a222.zip | |
* coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 230761a6f1e..52d7a6cc068 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-05-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). | ||
| 4 | |||
| 3 | * charset.h (struct charset.code_space): Now has 15 elements, not 16. | 5 | * charset.h (struct charset.code_space): Now has 15 elements, not 16. |
| 4 | * charset.c (Fdefine_charset_internal): Don't initialize | 6 | * charset.c (Fdefine_charset_internal): Don't initialize |
| 5 | charset.code_space[15]. The value was garbage, on hosts with | 7 | charset.code_space[15]. The value was garbage, on hosts with |