aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-23 01:06:21 -0700
committerPaul Eggert2011-03-23 01:06:21 -0700
commit12ea59a297551086de418573f6ee201fc3ef2768 (patch)
tree61f9745913698efb9cc12b956e27f09e2f69b261 /src/ChangeLog
parent6ad6792b390fd7d45773a5c14e29d44a54c17f1e (diff)
downloademacs-12ea59a297551086de418573f6ee201fc3ef2768.tar.gz
emacs-12ea59a297551086de418573f6ee201fc3ef2768.zip
* cm.c (calccost): Turn while-do into do-while, for clarity.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4994aaa9fa8..1d3d4d65174 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-03-23 Paul Eggert <eggert@cs.ucla.edu> 12011-03-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * cm.c (calccost): Turn while-do into do-while, for clarity.
4
3 Fix more problems found by GCC 4.5.2's static checks. 5 Fix more problems found by GCC 4.5.2's static checks.
4 6
5 * coding.c (encode_coding_raw_text): Avoid unnecessary test 7 * coding.c (encode_coding_raw_text): Avoid unnecessary test