aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-07 17:41:19 -0800
committerPaul Eggert2011-03-07 17:41:19 -0800
commitf38b440c4b40777c25631323f2501ffb5ba98251 (patch)
tree8d59b708eaea03a6244c39d1f4e3693eef7f9f78 /src/ChangeLog
parent0ac2c2991c1cba4e3c6e5f7b62c7d61b01d69994 (diff)
downloademacs-f38b440c4b40777c25631323f2501ffb5ba98251.tar.gz
emacs-f38b440c4b40777c25631323f2501ffb5ba98251.zip
* coding.c (coding_set_source, coding_set_destination):
Use "else { /* comment */ }" rather than "else /* comment */;" for clarity, and to avoid gcc -Wempty-body warning.
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 02dc5390f38..b88ff2ccbb4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -38,6 +38,10 @@
38 does not deduce are never used uninitialized. 38 does not deduce are never used uninitialized.
39 (load_charset): Abort instead of using uninitialized var. 39 (load_charset): Abort instead of using uninitialized var.
40 40
41 * coding.c (coding_set_source, coding_set_destination):
42 Use "else { /* comment */ }" rather than "else /* comment */;"
43 for clarity, and to avoid gcc -Wempty-body warning.
44
412011-03-06 Chong Yidong <cyd@stupidchicken.com> 452011-03-06 Chong Yidong <cyd@stupidchicken.com>
42 46
43 * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 47 * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06