diff options
| author | Paul Eggert | 2011-03-16 14:28:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 14:28:29 -0700 |
| commit | d4d7173a912c261de01021649468f06df1b1a5a3 (patch) | |
| tree | ce1e59cb3b7db57df65a8236b2e12ac7339e7926 /src/ChangeLog | |
| parent | f08b802adcfe721e35de22ab868149d66c28c7f6 (diff) | |
| download | emacs-d4d7173a912c261de01021649468f06df1b1a5a3.tar.gz emacs-d4d7173a912c261de01021649468f06df1b1a5a3.zip | |
* print.c (Fredirect_debugging_output): Fix pointer signedess.
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 5f02fa1188d..690a585b641 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 | * print.c (Fredirect_debugging_output): Fix pointer signedess. | ||
| 4 | |||
| 3 | * lisp.h (debug_output_compilation_hack): Add decl here, to avoid | 5 | * lisp.h (debug_output_compilation_hack): Add decl here, to avoid |
| 4 | warning when compiling print.c. | 6 | warning when compiling print.c. |
| 5 | 7 | ||