Mercurial > emacs
comparison src/ChangeLog @ 109151:004119b4b62e
Fix conflicting declarations of x_get_keysym_name
* xterm.c (x_get_keysym_name): Change type of parameter to int.
* lisp.h: Declare x_get_keysym_name.
* keyboard.c (modify_event_symbol): Don't declare
x_get_keysym_name here.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Tue, 06 Jul 2010 15:33:34 +0200 |
parents | 7347cd00da53 |
children | e27859da5624 |
comparison
equal
deleted
inserted
replaced
109150:3f9a67cdf9f7 | 109151:004119b4b62e |
---|---|
1 2010-07-06 Andreas Schwab <schwab@linux-m68k.org> | |
2 | |
3 * xterm.c (x_get_keysym_name): Change type of parameter to int. | |
4 * lisp.h: Declare x_get_keysym_name. | |
5 * keyboard.c (modify_event_symbol): Don't declare | |
6 x_get_keysym_name here. | |
7 | |
1 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu> | 8 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 9 |
3 * ecrt0.c: Revert conversion to standard C. | 10 * ecrt0.c: Revert conversion to standard C. |
4 | 11 |
5 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu> | 12 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu> |