aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-26 16:51:58 +0100
committerJoakim Verona2012-12-26 16:51:58 +0100
commit08b03cde387226280ab817f5200f7e29d64b6bb0 (patch)
treee5fe60a20e83bcf252a9bb81a6ff5a7b3f8616a6 /src/ChangeLog
parent399f1f189a2810e95e1a91f14d608f4b47c3e2e0 (diff)
parent8855dfa5d5ed12aafbe4f8d0185bd74e82437edf (diff)
downloademacs-08b03cde387226280ab817f5200f7e29d64b6bb0.tar.gz
emacs-08b03cde387226280ab817f5200f7e29d64b6bb0.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d0e08317fba..d4794667ead 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,10 @@
2 2
3 * lisp.h (toplevel): Add two notices to the comment about 3 * lisp.h (toplevel): Add two notices to the comment about
4 defining a new Lisp data type. 4 defining a new Lisp data type.
5 * print.c (print_object): If Lisp_Save_Value object's pointer
6 is the address of a memory area containing Lisp_Objects, try
7 to print them.
8 * alloc.c (valid_lisp_object_p): Adjust comment.
5 9
62012-12-26 Dmitry Antipov <dmantipov@yandex.ru> 102012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
7 11