Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
111544:107fd4b37e9d | 111545:a112abc60888 |
---|---|
1 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * keyboard.c (pending_malloc_warning): Add const to match | |
4 definition in alloc.c. | |
5 (Fset_input_interrupt_mode): Simplify #ifdefs. | |
6 | |
1 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | 7 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 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 |