diff src/commands.h @ 485:8c615e453683

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 13 Jan 1992 21:48:08 +0000
parents ed9362406f5f
children 8f64d3122435
line wrap: on
line diff
--- a/src/commands.h	Mon Jan 13 21:48:03 1992 +0000
+++ b/src/commands.h	Mon Jan 13 21:48:08 1992 +0000
@@ -58,7 +58,7 @@
 
 /* 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. */