aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-26 15:05:14 -0800
committerPaul Eggert2011-02-26 15:05:14 -0800
commitd2d37ddc91e271f18c563056feddb096d750a906 (patch)
tree0ef0be29026a681aa78d14b2a51b4d450e1ba3cb /src/ChangeLog
parent09ad5a9148880d0bdd080e8700cbe5d0d13e017c (diff)
downloademacs-d2d37ddc91e271f18c563056feddb096d750a906.tar.gz
emacs-d2d37ddc91e271f18c563056feddb096d750a906.zip
* dispnew.c: Fix problem uncovered by gcc -Wunused-variable.
(adjust_frame_glyphs_for_window_redisplay): Make 'w' local to the contexts that actually need it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fde896d5b4c..ed603dd2934 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,10 @@
8 only use is in a comment. Maybe both the comment and the "#if 0" 8 only use is in a comment. Maybe both the comment and the "#if 0"
9 stuff should be removed? 9 stuff should be removed?
10 10
11 * dispnew.c: Fix problem uncovered by gcc -Wunused-variable.
12 (adjust_frame_glyphs_for_window_redisplay): Make 'w' local to the
13 contexts that actually need it.
14
112011-02-26 Eli Zaretskii <eliz@gnu.org> 152011-02-26 Eli Zaretskii <eliz@gnu.org>
12 16
13 * s/msdos.h (HAVE_LSTAT): Define for DJGPP >= 2.04. 17 * s/msdos.h (HAVE_LSTAT): Define for DJGPP >= 2.04.