diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index 0654c4a33fd..3c05d8de932 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -385,7 +385,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.") | |||
| 385 | if (EVENT_HAS_PARAMETERS (event) | 385 | if (EVENT_HAS_PARAMETERS (event) |
| 386 | && (event = XCONS (event)->cdr, CONSP (event)) | 386 | && (event = XCONS (event)->cdr, CONSP (event)) |
| 387 | && (event = XCONS (event)->car, CONSP (event)) | 387 | && (event = XCONS (event)->car, CONSP (event)) |
| 388 | && (event = XCONS (event)->car, WINDOWP (event)) | 388 | && (event = XCONS (event)->car, WINDOWP (event))) |
| 389 | { | 389 | { |
| 390 | if (MINI_WINDOW_P (XWINDOW (event)) | 390 | if (MINI_WINDOW_P (XWINDOW (event)) |
| 391 | && ! (minibuf_level > 0 && EQ (event, minibuf_window))) | 391 | && ! (minibuf_level > 0 && EQ (event, minibuf_window))) |