mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
(Fcall_interactively): Fix paren nesting.
This commit is contained in:
parent
c3935f9df3
commit
6352522846
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user