aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-07 15:04:10 -0800
committerPaul Eggert2013-12-07 15:04:10 -0800
commit67840e6629754dc1a9196fed4910b58e4e7abd89 (patch)
tree797c405b0afc688355bba15c4a71830f003e3c26 /src/ChangeLog
parent73c8ceea1ab335aae9221a671ae0959704669a52 (diff)
downloademacs-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/ChangeLog10
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 @@
12013-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
12013-12-07 Martin Rudalics <rudalics@gmx.at> 112013-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.