diff options
| author | Dmitry Antipov | 2012-12-26 19:40:19 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-26 19:40:19 +0400 |
| commit | 6cda572a0f7da777cea9680131aa79be3f9be999 (patch) | |
| tree | 4f0de8141497db44255e3ddb811615f1e7298542 /src/ChangeLog | |
| parent | 8847a0de5bd2e0df62f85c53c4b8d57d942d49ba (diff) | |
| download | emacs-6cda572a0f7da777cea9680131aa79be3f9be999.tar.gz emacs-6cda572a0f7da777cea9680131aa79be3f9be999.zip | |
* print.c (print_object): If Lisp_Save_Value object's pointer
is the address of a memory area containing Lisp_Objects, try
to print them.
* alloc.c (valid_lisp_object_p): Adjust comment.
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 | ||