aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 08:12:29 -0700
committerPaul Eggert2011-04-16 08:12:29 -0700
commit1fe72bf8610f908150f44357a86076bfddc7c26f (patch)
treea7b2cd2e72a63c133572bcf8d1560dc4771ff8c2 /src/ChangeLog
parent60d9e1db81652a244a4f2f450a838637e9d75205 (diff)
downloademacs-1fe72bf8610f908150f44357a86076bfddc7c26f.tar.gz
emacs-1fe72bf8610f908150f44357a86076bfddc7c26f.zip
* xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
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 350e522f6b1..6afd3836568 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-16 Paul Eggert <eggert@cs.ucla.edu> 12011-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
4
3 * menu.c (push_submenu_start, push_submenu_end): Do not define unless 5 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
4 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI. 6 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
5 (single_menu_item): Rename local to avoid shadowing. 7 (single_menu_item): Rename local to avoid shadowing.