diff options
| author | Dan Nicolaescu | 2010-11-14 22:18:50 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-14 22:18:50 -0800 |
| commit | c2f0866a23215457de561c2f10cebedb5c6aa38b (patch) | |
| tree | 1688c9704c659ff9e60b52a37f823e694826a010 /src/ChangeLog | |
| parent | 12e610e89e2a3ae9de569e12a57d310102952ce6 (diff) | |
| download | emacs-c2f0866a23215457de561c2f10cebedb5c6aa38b.tar.gz emacs-c2f0866a23215457de561c2f10cebedb5c6aa38b.zip | |
* src/keyboard.c (pending_malloc_warning): Add const to match
definition in alloc.c.
(Fset_input_interrupt_mode): Simplify #ifdefs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7bfd266b4d8..bef5242c9cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * keyboard.c (pending_malloc_warning): Add const to match | ||
| 4 | definition in alloc.c. | ||
| 5 | (Fset_input_interrupt_mode): Simplify #ifdefs. | ||
| 6 | |||
| 7 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 8 | |||
| 3 | Clean up systty.h macros. | 9 | Clean up systty.h macros. |
| 4 | * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY) | 10 | * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY) |
| 5 | (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the | 11 | (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the |