emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109617: Fix last change in keyboard.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109617: Fix last change in keyboard.c.
Date: Tue, 14 Aug 2012 22:11:45 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109617
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2012-08-14 22:11:45 +0300
message:
  Fix last change in keyboard.c.
modified:
  src/keyboard.c
=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2012-08-14 18:25:47 +0000
+++ b/src/keyboard.c    2012-08-14 19:11:45 +0000
@@ -1393,11 +1393,14 @@
 
       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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]