diff options
| author | Jim Blandy | 1992-01-13 21:48:08 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-01-13 21:48:08 +0000 |
| commit | 265a9e559da4ac72d154ecd638c51801b3e97847 (patch) | |
| tree | 633e4dc50761c2cd5201a7874e23eee9e51aecea /src/commands.h | |
| parent | d427b66a664c0e1ffc818dfa5b87b45b4857d2ae (diff) | |
| download | emacs-265a9e559da4ac72d154ecd638c51801b3e97847.tar.gz emacs-265a9e559da4ac72d154ecd638c51801b3e97847.zip | |
*** empty log message ***
Diffstat (limited to 'src/commands.h')
| -rw-r--r-- | src/commands.h | 2 |
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; | |||
| 58 | 58 | ||
| 59 | /* Nonzero if input is coming from the keyboard */ | 59 | /* Nonzero if input is coming from the keyboard */ |
| 60 | 60 | ||
| 61 | #define INTERACTIVE (NULL (Vexecuting_macro) && !noninteractive) | 61 | #define INTERACTIVE (NILP (Vexecuting_macro) && !noninteractive) |
| 62 | 62 | ||
| 63 | /* Set this nonzero to force reconsideration of mode line. */ | 63 | /* Set this nonzero to force reconsideration of mode line. */ |
| 64 | 64 | ||