aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-26 23:47:34 -0800
committerPaul Eggert2011-02-26 23:47:34 -0800
commit76c1cebcc969aeb29498960158819b25e772141a (patch)
treedcf5d7012381b5f976ae940fc02f44074bf95ca9 /src/ChangeLog
parent0ff162fccf6ba6f1b8a5f331428091c78c966aa1 (diff)
downloademacs-76c1cebcc969aeb29498960158819b25e772141a.tar.gz
emacs-76c1cebcc969aeb29498960158819b25e772141a.zip
* frame.c (x_set_screen_gamma): Rename local 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 d4fc44860f5..5c5bd61d061 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-02-27 Paul Eggert <eggert@cs.ucla.edu> 12011-02-27 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * frame.c (x_set_screen_gamma): Rename local to avoid shadowing.
4
3 * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. 5 * frame.h: Avoid gcc -Wmissing-prototypes diagnostics.
4 (set_menu_bar_lines, x_get_resource_string): New decls. 6 (set_menu_bar_lines, x_get_resource_string): New decls.
5 * msdos.c (set_menu_bar_lines): Omit decl. 7 * msdos.c (set_menu_bar_lines): Omit decl.