Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
baac79fa
Commit
baac79fa
authored
Aug 14, 2012
by
Eli Zaretskii
Browse files
Fix last change in keyboard.c.
parent
ba025fbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/keyboard.c
src/keyboard.c
+3
-0
No files found.
src/keyboard.c
View file @
baac79fa
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment