diff options
| author | Joakim Verona | 2012-12-26 16:51:58 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-26 16:51:58 +0100 |
| commit | 08b03cde387226280ab817f5200f7e29d64b6bb0 (patch) | |
| tree | e5fe60a20e83bcf252a9bb81a6ff5a7b3f8616a6 /src/ChangeLog | |
| parent | 399f1f189a2810e95e1a91f14d608f4b47c3e2e0 (diff) | |
| parent | 8855dfa5d5ed12aafbe4f8d0185bd74e82437edf (diff) | |
| download | emacs-08b03cde387226280ab817f5200f7e29d64b6bb0.tar.gz emacs-08b03cde387226280ab817f5200f7e29d64b6bb0.zip | |
auto upstream
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 | ||