# HG changeset patch # User Gerd Moellmann # Date 1002275543 0 # Node ID 72b9c859446e448fde33b946ad0352c50e750a34 # Parent 6145836b795c0f269739a4145c24788d7169970a (MINI_WINDOW_P): Use NILP. diff -r 6145836b795c -r 72b9c859446e src/window.h --- a/src/window.h Fri Oct 05 09:51:48 2001 +0000 +++ b/src/window.h Fri Oct 05 09:52:23 2001 +0000 @@ -279,7 +279,7 @@ /* 1 if W is a minibuffer window. */ -#define MINI_WINDOW_P(W) (!EQ ((W)->mini_p, Qnil)) +#define MINI_WINDOW_P(W) (!NILP ((W)->mini_p)) /* Return the window column at which the text in window W starts. This is different from the `left' field because it does not include