comparison 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
comparison
equal deleted inserted replaced
484:3165b2697c78 485:8c615e453683
56 56
57 extern Lisp_Object Vexecuting_macro; 57 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
65 extern int update_mode_lines; 65 extern int update_mode_lines;
66 66