]> code.delx.au - gnu-emacs/commit
Revert previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Jul 2014 13:17:25 +0000 (06:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Jul 2014 13:17:25 +0000 (06:17 -0700)
commit9e9f8582a893f1e97b1f8955f69b96f969ee1f85
treeef8b4c36f8b88d1273572b8140a8651854b65e6b
parent54e3f15626296c1ece932852df2b3d4938b0b44a
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.
15 files changed:
src/ChangeLog
src/alloc.c
src/data.c
src/dispnew.c
src/fileio.c
src/filelock.c
src/fns.c
src/font.c
src/lisp.h
src/lread.c
src/minibuf.c
src/nsterm.m
src/process.c
src/region-cache.c
src/xterm.c