diff options
| author | Paul Eggert | 2011-03-21 09:22:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-21 09:22:16 -0700 |
| commit | 5d6d7e57010a1e09d553885c1ad5d54b7ba96747 (patch) | |
| tree | 4420054fa7e640c708a5b849b6f7a7f009db90ee /lib-src | |
| parent | f0d80d43baa89029ea030a98350a74793ee5dc89 (diff) | |
| download | emacs-5d6d7e57010a1e09d553885c1ad5d54b7ba96747.tar.gz emacs-5d6d7e57010a1e09d553885c1ad5d54b7ba96747.zip | |
Add Bug#.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2548561f313..a5d20af4263 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | update-game-score: fix bug with -r | 3 | update-game-score: fix bug with -r |
| 4 | * update-game-score.c (main): Don't set 'scores' to garbage when | 4 | * update-game-score.c (main): Don't set 'scores' to garbage when |
| 5 | -r is specified and scorecount != MAX_SCORES. This bug was | 5 | -r is specified and scorecount != MAX_SCORES (Bug#8310). This bug |
| 6 | introduced in the 2002-04-10 change, and was found with gcc | 6 | was introduced in the 2002-04-10 change, and was found with gcc |
| 7 | -Wstrict-overflow (GCC 4.5.2, x86-64). | 7 | -Wstrict-overflow (GCC 4.5.2, x86-64). |
| 8 | 8 | ||
| 9 | fakemail: Remove dependency on ignore-value. | 9 | fakemail: Remove dependency on ignore-value. |