diff options
| author | Paul Eggert | 2011-04-05 13:25:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-05 13:25:23 -0700 |
| commit | 42eea0d01a839d6bd024a13577d16108696e11e4 (patch) | |
| tree | 4bea93de0b20fb2e433f66926686ca9ad8ac1985 /src/ChangeLog | |
| parent | da09ccce7ac9eca4e19f409215cc2897866e0a50 (diff) | |
| download | emacs-42eea0d01a839d6bd024a13577d16108696e11e4.tar.gz emacs-42eea0d01a839d6bd024a13577d16108696e11e4.zip | |
* menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
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 fd864a460f4..99cdde19234 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | Fix more problems found by GCC 4.6.0's static checks. | 3 | Fix more problems found by GCC 4.6.0's static checks. |
| 4 | 4 | ||
| 5 | * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats. | ||
| 6 | |||
| 5 | * fns.c (Fstring_to_unibyte): Don't rely on undefined behavior | 7 | * fns.c (Fstring_to_unibyte): Don't rely on undefined behavior |
| 6 | by passing a long int to a printf format expecting an int. | 8 | by passing a long int to a printf format expecting an int. |
| 7 | 9 | ||