aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-09 20:10:16 +0200
committerEli Zaretskii2012-10-09 20:10:16 +0200
commitb15736e6e33a52021a2a91b0b3360cd5a9803405 (patch)
treec4489cb551d9ef2ebb10c24d860da217ce766f54 /src/ChangeLog
parentcf5fc6dbeac10220394ab201ba3f4402e1e91faf (diff)
downloademacs-b15736e6e33a52021a2a91b0b3360cd5a9803405.tar.gz
emacs-b15736e6e33a52021a2a91b0b3360cd5a9803405.zip
Fix return type of w32_last_error.
src/w32fns.c (w32_last_error): Change the return value to DWORD, to match what GetLastError returns. Explain better why the function is needed.
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 ee1057bc64d..d83e3430594 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-10-09 Eli Zaretskii <eliz@gnu.org> 12012-10-09 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w32fns.c (w32_last_error): Change the return value to DWORD, to
4 match what GetLastError returns. Explain why the function is
5 needed.
6
3 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to 7 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
4 'is_tooltip_frame', to avoid confusion with its global namesake. 8 'is_tooltip_frame', to avoid confusion with its global namesake.
5 9