summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-05 09:52:23 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-05 09:52:23 +0000
commit18f35849c02de7509b23eda2104225b02afdb782 (patch)
tree3d6a1258131147cd5de3b7ef22888f40fd80b95d /src/window.h
parentc5726513e341ddf3052b77945b788fcd6a1864ef (diff)
downloademacs-18f35849c02de7509b23eda2104225b02afdb782.tar.gz
(MINI_WINDOW_P): Use NILP.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 36ca6811d5e..da72e302110 100644
--- a/src/window.h
+++ b/src/window.h
@@ -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