aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 22:43:11 -0800
committerPaul Eggert2011-03-06 22:43:11 -0800
commit6d1f7feedacad0112846d84232b3d4a8dd96b740 (patch)
treee8b8f97218507e0072ec0fb5abc7e82cb55542ff /src/ChangeLog
parent8868a2381e0ae9d40d5b9f21f38a29822ec2fe2a (diff)
downloademacs-6d1f7feedacad0112846d84232b3d4a8dd96b740.tar.gz
emacs-6d1f7feedacad0112846d84232b3d4a8dd96b740.zip
* xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
since they might point to immutable storage.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 95cc4a5d633..f1b08f62b8e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
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 (xmenu_show): Rename parameter to avoid shadowing.
6 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
7 since they might point to immutable storage.
6 8
7 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. 9 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
8 Add a FIXME comment, since the code still doesn't look right. 10 Add a FIXME comment, since the code still doesn't look right.