diff options
| author | Paul Eggert | 2013-12-07 15:04:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-07 15:04:10 -0800 |
| commit | 67840e6629754dc1a9196fed4910b58e4e7abd89 (patch) | |
| tree | 797c405b0afc688355bba15c4a71830f003e3c26 /src/ChangeLog | |
| parent | 73c8ceea1ab335aae9221a671ae0959704669a52 (diff) | |
| download | emacs-67840e6629754dc1a9196fed4910b58e4e7abd89.tar.gz emacs-67840e6629754dc1a9196fed4910b58e4e7abd89.zip | |
Fix minor problems found by static checking.
* keyboard.c (poll_for_input_1, input_polling_used):
Define only if HAVE_NTGUI.
* xmenu.c (popup_activate_callback): Omit unnecessary
check against USE_X_TOOLKIT, which must be defined here anyway.
* xterm.c, xterm.h (x_dispatch_event) [! (USE_X_TOOLKIT || USE_MOTIF)]:
Now static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3072e2dcdec..c7776762b8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-12-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix minor problems found by static checking. | ||
| 4 | * keyboard.c (poll_for_input_1, input_polling_used): | ||
| 5 | Define only if HAVE_NTGUI. | ||
| 6 | * xmenu.c (popup_activate_callback): Omit unnecessary | ||
| 7 | check against USE_X_TOOLKIT, which must be defined here anyway. | ||
| 8 | * xterm.c, xterm.h (x_dispatch_event) [! (USE_X_TOOLKIT || USE_MOTIF)]: | ||
| 9 | Now static. | ||
| 10 | |||
| 1 | 2013-12-07 Martin Rudalics <rudalics@gmx.at> | 11 | 2013-12-07 Martin Rudalics <rudalics@gmx.at> |
| 2 | 12 | ||
| 3 | * w32term.c (w32_read_socket): Fix int/Lisp_Object type mixup. | 13 | * w32term.c (w32_read_socket): Fix int/Lisp_Object type mixup. |