aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 14:36:06 -0800
committerPaul Eggert2011-03-06 14:36:06 -0800
commit9d66f88eb9f67c5484abb4000e2d5e6acf34a795 (patch)
tree81853acc3cdba30d90fb685fbbbddbf767d70d4c /src/ChangeLog
parent032f16205d3fc06ecafa26382745b49985dd124b (diff)
downloademacs-9d66f88eb9f67c5484abb4000e2d5e6acf34a795.tar.gz
emacs-9d66f88eb9f67c5484abb4000e2d5e6acf34a795.zip
* xmenu.c (set_frame_menubar): Remove unused local.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 02d6ec1ae9e..1ca428fa685 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
12011-03-06 Paul Eggert <eggert@cs.ucla.edu> 12011-03-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xmenu.c (menu_highlight_callback): Now static. 3 * xmenu.c (menu_highlight_callback): Now static.
4 (set_frame_menubar): Remove unused local.
4 5
5 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. 6 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
6 Add a FIXME comment, since the code still doesn't look right. 7 Add a FIXME comment, since the code still doesn't look right.