diff options
| author | Dmitry Antipov | 2012-12-26 18:10:11 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-26 18:10:11 +0400 |
| commit | 8847a0de5bd2e0df62f85c53c4b8d57d942d49ba (patch) | |
| tree | f99dfa2d00682881fa829f83c5eee085b0e1ca82 /src/ChangeLog | |
| parent | 2e0515202201e83d1845918760c888805164d369 (diff) | |
| download | emacs-8847a0de5bd2e0df62f85c53c4b8d57d942d49ba.tar.gz emacs-8847a0de5bd2e0df62f85c53c4b8d57d942d49ba.zip | |
* lisp.h (toplevel): Add two notices to the comment about
defining a new Lisp data type.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a228214507..d0e08317fba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * lisp.h (toplevel): Add two notices to the comment about | ||
| 4 | defining a new Lisp data type. | ||
| 5 | |||
| 6 | 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 7 | |||
| 3 | * keyboard.c (record_asynch_buffer_change): Initialize an event | 8 | * keyboard.c (record_asynch_buffer_change): Initialize an event |
| 4 | only if it's really needed. | 9 | only if it's really needed. |
| 5 | * frame.h (enum output_method): Remove output_mac member since | 10 | * frame.h (enum output_method): Remove output_mac member since |