aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-07-26 06:17:25 -0700
committerPaul Eggert2014-07-26 06:17:25 -0700
commit9e9f8582a893f1e97b1f8955f69b96f969ee1f85 (patch)
treeef8b4c36f8b88d1273572b8140a8651854b65e6b /src/ChangeLog
parent54e3f15626296c1ece932852df2b3d4938b0b44a (diff)
downloademacs-9e9f8582a893f1e97b1f8955f69b96f969ee1f85.tar.gz
emacs-9e9f8582a893f1e97b1f8955f69b96f969ee1f85.zip
Revert previous change.
There is certainly nothing wrong with writing code like 'lo <= i && i <= hi', even if LO happens to a constant. There isn't even anything wrong in general with writing 'a <= b' if A happens to be a constant. At any rate stylistic changes shouldn't be done like this without discussion.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fee5842c6b6..6843cfac089 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-07-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Revert previous change.
4 There is certainly nothing wrong with writing code like 'lo <= i
5 && i <= hi', even if LO happens to a constant. There isn't even
6 anything wrong in general with writing 'a <= b' if A happens to
7 be a constant. At any rate stylistic changes shouldn't
8 be done like this without discussion.
9
12014-07-26 Andreas Schwab <schwab@linux-m68k.org> 102014-07-26 Andreas Schwab <schwab@linux-m68k.org>
2 11
3 * alloc.c (xnmalloc, xnrealloc, xpalloc, make_save_value) 12 * alloc.c (xnmalloc, xnrealloc, xpalloc, make_save_value)