Mercurial > emacs
diff src/window.h @ 39585:72b9c859446e
(MINI_WINDOW_P): Use NILP.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 05 Oct 2001 09:52:23 +0000 |
| parents | 21663e5e70de |
| children | 33baa349c070 |
line wrap: on
line diff
--- 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
