From 8472ce540de8065430ef7552c65fd6054915020a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 9 Mar 1994 06:13:36 +0000 Subject: Fix typo in previous change. --- src/callint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/callint.c') diff --git a/src/callint.c b/src/callint.c index a489a8243d6..340ab5a617a 100644 --- a/src/callint.c +++ b/src/callint.c @@ -329,9 +329,9 @@ Otherwise, this is done only if an arg is read using the minibuffer.") && XTYPE (event = XCONS (event)->car) == Lisp_Cons && XTYPE (event = XCONS (event)->car) == Lisp_Window) { - if (MINI_WINDOW_P (XWINDOW (window)) + if (MINI_WINDOW_P (XWINDOW (event)) && NILP (call1 (intern ("minibuffer-window-active-p"), - window))) + event))) error ("Attempt to select inactive minibuffer window"); Fselect_window (event); } -- cgit v1.2.1