1
0
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:
Richard M. Stallman 1995-04-13 16:10:04 +00:00
parent c3935f9df3
commit 6352522846

View File

@ -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)))