aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-28 11:19:33 +0300
committerEli Zaretskii2013-09-28 11:19:33 +0300
commit0d2647e645d9965e0707d25e39e4152abfda99bf (patch)
tree656a3cba51a16d54c216111ce526c97dbb218603 /src/ChangeLog
parent4d2e94d172aa4a4f49b716c5c1c14293d6efa1f8 (diff)
downloademacs-0d2647e645d9965e0707d25e39e4152abfda99bf.tar.gz
emacs-0d2647e645d9965e0707d25e39e4152abfda99bf.zip
Fix compilation under GLYPH_DEBUG, broken by conditional tool_bar_window.
src/xdisp.c (Fdump_tool_bar_row): Ifdef away the body if 'struct frame' does not have the tool_bar_window member.
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 a6774e30b0c..ec36db90dfa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-09-28 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (Fdump_tool_bar_row): Ifdef away the body if 'struct
4 frame' does not have the tool_bar_window member.
5
12013-09-26 Barry O'Reilly <gundaetiapo@gmail.com> 62013-09-26 Barry O'Reilly <gundaetiapo@gmail.com>
2 7
3 Signal error when reading an empty byte-code object (Bug#15405) 8 Signal error when reading an empty byte-code object (Bug#15405)