diff options
| author | Paul Eggert | 2011-03-24 01:03:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-24 01:03:03 -0700 |
| commit | 9a2c6e0545bc418137abab8fb675f53c4f461853 (patch) | |
| tree | 908dace814f60ba722d6297d7a3643290caf6823 /src/ChangeLog | |
| parent | 03d0a10961746346940115a5ff1779f4e7a455f7 (diff) | |
| download | emacs-9a2c6e0545bc418137abab8fb675f53c4f461853.tar.gz emacs-9a2c6e0545bc418137abab8fb675f53c4f461853.zip | |
* keyboard.c (syms_of_keyboard): Use the same style as later
in this function when indexing through an array. This also
works around GCC bug 48267.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 998e2014c69..88190f46179 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-03-24 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * keyboard.c (syms_of_keyboard): Use the same style as later | ||
| 4 | in this function when indexing through an array. This also | ||
| 5 | works around GCC bug 48267. | ||
| 6 | |||
| 3 | * image.c (tiff_load): Fix off-by-one image count (Bug#8336). | 7 | * image.c (tiff_load): Fix off-by-one image count (Bug#8336). |
| 4 | 8 | ||
| 5 | * xselect.c (x_check_property_data): Return correct size (Bug#8335). | 9 | * xselect.c (x_check_property_data): Return correct size (Bug#8335). |