diff options
| author | Stefan Monnier | 2013-05-09 14:30:46 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-05-09 14:30:46 -0400 |
| commit | 759fd76395eb3c4bc8605fdb656d8431b9ca404d (patch) | |
| tree | 4ff99fc2f1574146ec671c539b9ec3ce3f696536 /src/ChangeLog | |
| parent | 027c0f7538ba48f1eca0c8e0c339fb794e7d21e3 (diff) | |
| download | emacs-759fd76395eb3c4bc8605fdb656d8431b9ca404d.tar.gz emacs-759fd76395eb3c4bc8605fdb656d8431b9ca404d.zip | |
* src/doc.c (get_doc_string): Slightly relax the sanity checking.
* src/lread.c (skip_dyn_eof): New function.
(read1): Use it to skip the end of a file in response to #@00.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95b15a0f5a0..f6685824933 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lread.c (skip_dyn_eof): New function. | ||
| 4 | (read1): Use it to skip the end of a file in response to #@00. | ||
| 5 | |||
| 6 | * doc.c (get_doc_string): Slightly relax the sanity checking. | ||
| 7 | |||
| 1 | 2013-05-09 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2013-05-09 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * nsfns.m: Include IOGraphicsLib.h if Cocoa. | 10 | * nsfns.m: Include IOGraphicsLib.h if Cocoa. |