aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7800959b091..e4456b2ce2b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12013-10-09 Paul Eggert <eggert@cs.ucla.edu> 12013-10-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * intervals.c (temp_set_point_both): Move test into 'eassert',
4 for speed.
5
3 * lisp.h (eassert): Don't use 'assume'. 6 * lisp.h (eassert): Don't use 'assume'.
4 Sometimes 'assume' wins in performance, and sometimes it loses, 7 Sometimes 'assume' wins in performance, and sometimes it loses,
5 so it shouldn't be used all the time. Perhaps we need two 8 so it shouldn't be used all the time. Perhaps we need two