aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 22:23:15 -0800
committerPaul Eggert2011-03-06 22:23:15 -0800
commitd432397227a87fd18c33a27806cd2c0fbcd203af (patch)
treed11be1bb054e07e268b799d24e168460f44ae53d /src/ChangeLog
parent9d66f88eb9f67c5484abb4000e2d5e6acf34a795 (diff)
downloademacs-d432397227a87fd18c33a27806cd2c0fbcd203af.tar.gz
emacs-d432397227a87fd18c33a27806cd2c0fbcd203af.zip
* xmenu.c (xmenu_show): Rename parameter to avoid shadowing.
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 1ca428fa685..add827a9dc4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
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 (set_frame_menubar): Remove unused local.
5 (xmenu_show): Rename parameter to avoid shadowing.
5 6
6 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. 7 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
7 Add a FIXME comment, since the code still doesn't look right. 8 Add a FIXME comment, since the code still doesn't look right.