aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-27 11:36:33 +0400
committerDmitry Antipov2012-07-27 11:36:33 +0400
commit073c88c22c0064b60ec57b6dadef9d3a4736e6b5 (patch)
treea92b9f0f0a0baa579c16a0d0bb0b682c2b752269 /src/ChangeLog
parent4706125e2f5181d21c0e3b23b4aa5c96b21c3b67 (diff)
downloademacs-073c88c22c0064b60ec57b6dadef9d3a4736e6b5.tar.gz
emacs-073c88c22c0064b60ec57b6dadef9d3a4736e6b5.zip
Fix recently-introduced typos in Windows port.
Reported by Martin Rudalics <rudalics@gmx.at>. * w32.c (init_environment): Replace comma with semicolon. * w32fns.c (syms_of_w32fns): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cf90a35f230..adcdfb7c056 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Fix recently-introduced typos in Windows port.
4 Reported by Martin Rudalics <rudalics@gmx.at>.
5 * w32.c (init_environment): Replace comma with semicolon.
6 * w32fns.c (syms_of_w32fns): Likewise.
7
12012-07-27 Paul Eggert <eggert@cs.ucla.edu> 82012-07-27 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Improve GDB symbol export (Bug#12036). 10 Improve GDB symbol export (Bug#12036).