aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-29 19:10:52 -0800
committerDaniel Colascione2012-10-29 19:10:52 -0800
commit53372c278e7e79b97aed97b159a00bde45de3a80 (patch)
treebbfda67459595a3c4c16413c8fc80099a3ddf071 /src/ChangeLog
parent7f590b0c3b25602499432bf986e7b593fc158c0b (diff)
downloademacs-53372c278e7e79b97aed97b159a00bde45de3a80.tar.gz
emacs-53372c278e7e79b97aed97b159a00bde45de3a80.zip
Complete fix for build break
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c76bbb5a260..831af6c58a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,8 +5,8 @@
5 here... 5 here...
6 6
7 * coding.h, coding.c: ... to here, and compile them only when 7 * coding.h, coding.c: ... to here, and compile them only when
8 WINDOWSNT or HAVE_NTGUI. Moving these functions out of cygw32 8 WINDOWSNT or CYGWIN. Moving these functions out of cygw32 proper
9 proper lets us write cygw32-agnostic code for the HAVE_NTGUI case. 9 lets us write cygw32-agnostic code for the HAVE_NTGUI case.
10 10
112012-10-28 Eli Zaretskii <eliz@gnu.org> 112012-10-28 Eli Zaretskii <eliz@gnu.org>
12 12