Mercurial > emacs
diff src/ChangeLog @ 111545:a112abc60888
* src/keyboard.c (pending_malloc_warning): Add const to match
definition in alloc.c.
(Fset_input_interrupt_mode): Simplify #ifdefs.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 14 Nov 2010 22:18:50 -0800 |
parents | 107fd4b37e9d |
children | 32e6d2b445ce |
line wrap: on
line diff
--- a/src/ChangeLog Sun Nov 14 22:10:35 2010 -0800 +++ b/src/ChangeLog Sun Nov 14 22:18:50 2010 -0800 @@ -1,3 +1,9 @@ +2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> + + * keyboard.c (pending_malloc_warning): Add const to match + definition in alloc.c. + (Fset_input_interrupt_mode): Simplify #ifdefs. + 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> Clean up systty.h macros.