aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 54fff9356f3..06682f4637e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 * lisp.h (ASET): Remove attempt to detect side effects.
4 It was meant to be temporary and it often doesn't work,
5 because when IDX has side effects the behavior of IDX==IDX
6 is undefined. See Stefan Monnier in
7 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
8
12012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change) 92012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
2 10
3 * lisp.h (functionp): New function (extracted from Ffunctionp). 11 * lisp.h (functionp): New function (extracted from Ffunctionp).