aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-08-14 22:11:45 +0300
committerEli Zaretskii2012-08-14 22:11:45 +0300
commitbaac79fa16dcb1dfb442a85e50d469b099c31127 (patch)
treea9b38028a459258608d9c69f69eba8f952137c23 /src
parentba025fbd446b8c72735617713a0f0037388ae3f4 (diff)
downloademacs-baac79fa16dcb1dfb442a85e50d469b099c31127.tar.gz
emacs-baac79fa16dcb1dfb442a85e50d469b099c31127.zip
Fix last change in keyboard.c.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 73fedc1b35f..bf3ef9ed6dd 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1393,11 +1393,14 @@ command_loop_1 (void)
1393 1393
1394 Vdeactivate_mark = Qnil; 1394 Vdeactivate_mark = Qnil;
1395 1395
1396#if defined (HAVE_MOUSE) || defined (HAVE_GPM)
1397
1396 /* Don't ignore mouse movements for more than a single command 1398 /* Don't ignore mouse movements for more than a single command
1397 loop. (This flag is set in xdisp.c whenever the tool bar is 1399 loop. (This flag is set in xdisp.c whenever the tool bar is
1398 resized, because the resize moves text up or down, and would 1400 resized, because the resize moves text up or down, and would
1399 generate false mouse drag events if we don't ignore them.) */ 1401 generate false mouse drag events if we don't ignore them.) */
1400 ignore_mouse_drag_p = 0; 1402 ignore_mouse_drag_p = 0;
1403#endif
1401 1404
1402 /* If minibuffer on and echo area in use, 1405 /* If minibuffer on and echo area in use,
1403 wait a short time and redraw minibuffer. */ 1406 wait a short time and redraw minibuffer. */