aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2014-07-26 14:14:42 +0200
committerAndreas Schwab2014-07-26 14:14:42 +0200
commit6ea4c765a0d1dd2d5b4c50fdc2b182818e43872a (patch)
tree6297a1c607dacbfe377dd5e8d88132fdf47ad3d0
parent3acf58eec890249179b6f992c59f9adcf05b8ca8 (diff)
downloademacs-6ea4c765a0d1dd2d5b4c50fdc2b182818e43872a.tar.gz
emacs-6ea4c765a0d1dd2d5b4c50fdc2b182818e43872a.zip
Reorder conditions that are written backwards
* alloc.c (xnmalloc, xnrealloc, xpalloc, make_save_value) (Fgarbage_collect): Reorder conditions that are written backwards. * data.c (cons_to_unsigned): Likewise. * dispnew.c (update_frame_1, sit_for): Likewise. * fileio.c (file_offset): Likewise. * filelock.c (read_lock_data, lock_file): Likewise. * fns.c (larger_vector, make_hash_table, Fmake_hash_table): Likewise. * font.c (font_intern_prop, font_style_symbolic): Likewise. * lisp.h (FIXNUM_OVERFLOW_P): Likewise. * lread.c (read1): Likewise. * minibuf.c (read_minibuf_noninteractive): Likewise. * nsterm.m (x_set_frame_alpha): Likewise. * process.c (wait_reading_process_output): Likewise. * region-cache.c (delete_cache_boundaries): Likewise. * xterm.c (x_set_frame_alpha): Likewise.
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bd75180fb55..fee5842c6b6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12014-07-26 Andreas Schwab <schwab@linux-m68k.org>
2
3 * alloc.c (xnmalloc, xnrealloc, xpalloc, make_save_value)
4 (Fgarbage_collect): Reorder conditions that are written backwards.
5 * data.c (cons_to_unsigned): Likewise.
6 * dispnew.c (update_frame_1, sit_for): Likewise.
7 * fileio.c (file_offset): Likewise.
8 * filelock.c (read_lock_data, lock_file): Likewise.
9 * fns.c (larger_vector, make_hash_table, Fmake_hash_table):
10 Likewise.
11 * font.c (font_intern_prop, font_style_symbolic): Likewise.
12 * lisp.h (FIXNUM_OVERFLOW_P): Likewise.
13 * lread.c (read1): Likewise.
14 * minibuf.c (read_minibuf_noninteractive): Likewise.
15 * nsterm.m (x_set_frame_alpha): Likewise.
16 * process.c (wait_reading_process_output): Likewise.
17 * region-cache.c (delete_cache_boundaries): Likewise.
18 * xterm.c (x_set_frame_alpha): Likewise.
19
12014-07-25 Paul Eggert <eggert@cs.ucla.edu> 202014-07-25 Paul Eggert <eggert@cs.ucla.edu>
2 21
3 * dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer): 22 * dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer):