(Fcall_interactively): Fix paren nesting.
authorRichard M. Stallman <rms@gnu.org>
Thu, 13 Apr 1995 16:10:04 +0000 (16:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 13 Apr 1995 16:10:04 +0000 (16:10 +0000)
src/callint.c

index b11c3d2..0654c4a 100644 (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)))