aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-07-27 13:29:26 +0300
committerEli Zaretskii2012-07-27 13:29:26 +0300
commitbcfbc9de654b0718d46349ca8ada284dba3dc761 (patch)
treefd7dd334273e5e3906a00e6af5f9c7ba3186f886 /src/ChangeLog
parent3438fe218c77633ee2c5f106e3a335f906347247 (diff)
downloademacs-bcfbc9de654b0718d46349ca8ada284dba3dc761.tar.gz
emacs-bcfbc9de654b0718d46349ca8ada284dba3dc761.zip
Fix listn introduced in 2012-07-27T06:04:35Z!dmantipov@yandex.ru.
src/alloc.c (listn): Fix the order the arguments are consed onto the list.
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 54b34eb5c00..ab870b56f1e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-07-27 Eli Zaretskii <eliz@gnu.org> 12012-07-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 * alloc.c (listn): Fix the order the arguments are consed onto the
4 list.
5
3 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for 6 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
4 enumeration constants, as PURE and HEAP are too general, and clash 7 enumeration constants, as PURE and HEAP are too general, and clash
5 with other headers and sources, such as gmalloc.c and the 8 with other headers and sources, such as gmalloc.c and the