]> git.eshelyaron.com Git - emacs.git/commitdiff
(MINI_WINDOW_P): Use NILP.
authorGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 09:52:23 +0000 (09:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 09:52:23 +0000 (09:52 +0000)
src/window.h

index 36ca6811d5e5e8326976d8db038e97a6e5474bf0..da72e302110f6549f27e980b8c8c045aaed9582b 100644 (file)
@@ -279,7 +279,7 @@ struct window
 
 /* 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