diff options
| author | Paul Eggert | 2011-03-06 22:46:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-06 22:46:29 -0800 |
| commit | 281585b0bd2a6063c11cfcc308a560f416c3eee7 (patch) | |
| tree | 7f0b1a4fb703da4dba4c4ec9d0ea52f523590dd2 /src/ChangeLog | |
| parent | 6d1f7feedacad0112846d84232b3d4a8dd96b740 (diff) | |
| download | emacs-281585b0bd2a6063c11cfcc308a560f416c3eee7.tar.gz emacs-281585b0bd2a6063c11cfcc308a560f416c3eee7.zip | |
* xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
since it's unused otherwise.
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 f1b08f62b8e..a0f797b0e6f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | (xmenu_show): Rename parameter to avoid shadowing. | 5 | (xmenu_show): Rename parameter to avoid shadowing. |
| 6 | (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const" | 6 | (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const" |
| 7 | since they might point to immutable storage. | 7 | since they might point to immutable storage. |
| 8 | (next_menubar_widget_id): Declare only if USE_X_TOOLKIT, | ||
| 9 | since it's unused otherwise. | ||
| 8 | 10 | ||
| 9 | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. | 11 | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. |
| 10 | Add a FIXME comment, since the code still doesn't look right. | 12 | Add a FIXME comment, since the code still doesn't look right. |