Mercurial > emacs
comparison src/ChangeLog @ 111540:ca297dbe1d56
Fix last cons in set_wm_state, remove unused variables.
* src/xselect.c (x_send_client_event): Remove unused variables cons and
size.
* src/xterm.c (set_wm_state): Add Qnil to final cons.
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Sun, 14 Nov 2010 11:21:16 +0100 |
parents | ad93f2dd2d38 |
children | ca0d9a916432 |
comparison
equal
deleted
inserted
replaced
111539:ad93f2dd2d38 | 111540:ca297dbe1d56 |
---|---|
1 2010-11-14 Jan Djärv <jan.h.d@swipnet.se> | |
2 | |
3 * xterm.c (set_wm_state): Add Qnil to final cons. | |
4 | |
5 * xselect.c (x_send_client_event): Remove unused variables cons and | |
6 size. | |
7 | |
1 2010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 8 2010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 9 |
3 * keyboard.c (modify_event_symbol) : Add const to array elements of | 10 * keyboard.c (modify_event_symbol) : Add const to array elements of |
4 arg NAME_TABLE. | 11 arg NAME_TABLE. |
5 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys) | 12 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys) |