diff options
| author | Jan D | 2010-11-14 11:21:16 +0100 |
|---|---|---|
| committer | Jan D | 2010-11-14 11:21:16 +0100 |
| commit | 5a232ffb73021c9c00dcfd959da43b6425f67cd7 (patch) | |
| tree | 69cd0422221006625a05f1ff8ae5cbae0db43014 /src/ChangeLog | |
| parent | 24021b384e7ecf31a0f5be632fc45d7413fb2b91 (diff) | |
| download | emacs-5a232ffb73021c9c00dcfd959da43b6425f67cd7.tar.gz emacs-5a232ffb73021c9c00dcfd959da43b6425f67cd7.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 62b400c0084..ce28a2bedb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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 |