From: Eli Zaretskii Date: Tue, 14 Aug 2012 19:11:45 +0000 (+0300) Subject: Fix last change in keyboard.c. X-Git-Tag: emacs-24.2.90~672 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=baac79fa16dcb1dfb442a85e50d469b099c31127;p=emacs.git Fix last change in keyboard.c. --- 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) Vdeactivate_mark = Qnil; +#if defined (HAVE_MOUSE) || defined (HAVE_GPM) + /* Don't ignore mouse movements for more than a single command loop. (This flag is set in xdisp.c whenever the tool bar is resized, because the resize moves text up or down, and would generate false mouse drag events if we don't ignore them.) */ ignore_mouse_drag_p = 0; +#endif /* If minibuffer on and echo area in use, wait a short time and redraw minibuffer. */