aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-09 19:58:18 +0200
committerEli Zaretskii2012-10-09 19:58:18 +0200
commitcf5fc6dbeac10220394ab201ba3f4402e1e91faf (patch)
tree009ee105f1b64a46efb0160bf1043e02cd6fb79e /src/ChangeLog
parent238f3a587a9af8567a5a86a53e5183910526674b (diff)
downloademacs-cf5fc6dbeac10220394ab201ba3f4402e1e91faf.tar.gz
emacs-cf5fc6dbeac10220394ab201ba3f4402e1e91faf.zip
Avoid shadowing a global variable by a local one in frame.c.
src/frame.c (delete_frame): Rename local variable 'tooltip_frame' to 'is_tooltip_frame', to avoid confusion with its global namesake.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1acf2e0b5f9..ee1057bc64d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-10-09 Eli Zaretskii <eliz@gnu.org>
2
3 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
4 'is_tooltip_frame', to avoid confusion with its global namesake.
5
12012-10-08 Daniel Colascione <dancol@dancol.org> 62012-10-08 Daniel Colascione <dancol@dancol.org>
2 7
3 * xdisp.c (start_hourglass): Call w32_note_current_window when 8 * xdisp.c (start_hourglass): Call w32_note_current_window when