diff options
| author | Paul Eggert | 2011-03-16 14:29:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 14:29:13 -0700 |
| commit | cef2010db4a6e9f7264e60620c0e84123245e696 (patch) | |
| tree | 70b049c954bfbab2165d20f511c09d67f5a9e3a1 /src/ChangeLog | |
| parent | d4d7173a912c261de01021649468f06df1b1a5a3 (diff) | |
| download | emacs-cef2010db4a6e9f7264e60620c0e84123245e696.tar.gz emacs-cef2010db4a6e9f7264e60620c0e84123245e696.zip | |
* lread.c (read1): Rewrite so as not to use empty "else".
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 690a585b641..8bdb71c582b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lread.c (read1): Rewrite so as not to use empty "else". | ||
| 4 | |||
| 3 | * print.c (Fredirect_debugging_output): Fix pointer signedess. | 5 | * print.c (Fredirect_debugging_output): Fix pointer signedess. |
| 4 | 6 | ||
| 5 | * lisp.h (debug_output_compilation_hack): Add decl here, to avoid | 7 | * lisp.h (debug_output_compilation_hack): Add decl here, to avoid |