summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index de2c7e3c3d3..26141818fe9 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -58,7 +58,7 @@ extern Lisp_Object Vexecuting_macro;
/* Nonzero if input is coming from the keyboard */
-#define INTERACTIVE (NULL (Vexecuting_macro) && !noninteractive)
+#define INTERACTIVE (NILP (Vexecuting_macro) && !noninteractive)
/* Set this nonzero to force reconsideration of mode line. */