diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 | ||
| 6 | 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru> |
| 7 | 11 | ||