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
63525228
Commit
63525228
authored
Apr 13, 1995
by
Richard M. Stallman
Browse files
(Fcall_interactively): Fix paren nesting.
parent
c3935f9d
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 @
63525228
...
...
@@ -385,7 +385,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
if
(
EVENT_HAS_PARAMETERS
(
event
)
&&
(
event
=
XCONS
(
event
)
->
cdr
,
CONSP
(
event
))
&&
(
event
=
XCONS
(
event
)
->
car
,
CONSP
(
event
))
&&
(
event
=
XCONS
(
event
)
->
car
)
,
WINDOWP
(
event
))
&&
(
event
=
XCONS
(
event
)
->
car
,
WINDOWP
(
event
))
{
if
(
MINI_WINDOW_P
(
XWINDOW
(
event
))
&&
!
(
minibuf_level
>
0
&&
EQ
(
event
,
minibuf_window
)))
...
...
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