aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-30 09:09:29 -0700
committerPaul Eggert2011-05-30 09:09:29 -0700
commit3687c2efb7e7a5b6afbf87588a248431ccc8dd65 (patch)
treecf4fa238fafdd7a4087ac6f2febe1ccf2c63dd16 /src/ChangeLog
parent5ab33f2b8a7184d062c33bc43b1bfd3fe990e3b5 (diff)
downloademacs-3687c2efb7e7a5b6afbf87588a248431ccc8dd65.tar.gz
emacs-3687c2efb7e7a5b6afbf87588a248431ccc8dd65.zip
* alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b53d9b49a42..b7c1057ae7e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-05-30 Paul Eggert <eggert@cs.ucla.edu> 12011-05-30 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
4
3 * eval.c (Qdebug): Now static. 5 * eval.c (Qdebug): Now static.
4 * lisp.h (Qdebug): Remove decl. This reverts a part of the 6 * lisp.h (Qdebug): Remove decl. This reverts a part of the
5 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of 7 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of