Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
21ba0e68
Commit
21ba0e68
authored
Apr 11, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fcall_interactively): Fix handling of @
when it tests whether the event has a window in it.
parent
012733b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/callint.c
src/callint.c
+1
-1
No files found.
src/callint.c
View file @
21ba0e68
...
...
@@ -383,7 +383,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
event
=
XVECTOR
(
this_command_keys
)
->
contents
[
next_event
];
if
(
EVENT_HAS_PARAMETERS
(
event
)
&&
(
event
=
XCONS
(
event
)
->
c
a
r
,
CONSP
(
event
))
&&
(
event
=
XCONS
(
event
)
->
c
d
r
,
CONSP
(
event
))
&&
(
event
=
XCONS
(
event
)
->
car
,
CONSP
(
event
))
&&
(
event
=
XCONS
(
event
)
->
car
),
WINDOWP
(
event
))
{
...
...
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