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
764cb3f9
Commit
764cb3f9
authored
Jun 30, 1993
by
Jim Blandy
Browse files
* keyboard.c (kbd_buffer_get_event): Correctly generate
switch-frame events when reading mouse motion events.
parent
600c6e3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/keyboard.c
View file @
764cb3f9
...
...
@@ -1937,7 +1937,7 @@ kbd_buffer_get_event ()
if
(
!
EQ
(
frame
,
internal_last_event_frame
)
&&
XFRAME
(
frame
)
!=
selected_frame
)
obj
=
make_lispy_switch_frame
(
internal_last_event_
frame
);
obj
=
make_lispy_switch_frame
(
frame
);
internal_last_event_frame
=
frame
;
}
#endif
...
...
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