X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/21733e4f154f8830fa568a347a0d6dbd59793c2b..5e6d03b2abd37151ae1329c4b98edfa8242d2f0f:/src/commands.h diff --git a/src/commands.h b/src/commands.h index 35c2c05fe7..b7f0049515 100644 --- a/src/commands.h +++ b/src/commands.h @@ -36,10 +36,10 @@ extern Lisp_Object control_x_map; events until a non-ASCII event is acceptable as input. */ extern Lisp_Object unread_switch_frame; -/* Nonzero if input is coming from the keyboard */ +/* Nonzero if input is coming from the keyboard. */ #define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive) -/* Set this nonzero to force reconsideration of mode line. */ +/* Set this nonzero to force reconsideration of mode line. */ extern int update_mode_lines;