comparison src/commands.h @ 90159:08185296b491

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 272-288) - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 67) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 05 May 2005 00:04:55 +0000
parents 68c22ea6027c 8131d95ff037
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90158:bf4846baba9a 90159:08185296b491
74 extern Lisp_Object last_point_position_buffer; 74 extern Lisp_Object last_point_position_buffer;
75 75
76 /* Nonzero means ^G can quit instantly */ 76 /* Nonzero means ^G can quit instantly */
77 extern int immediate_quit; 77 extern int immediate_quit;
78 78
79 extern Lisp_Object Vexecuting_macro; 79 extern Lisp_Object Vexecuting_kbd_macro;
80 80
81 /* Nonzero if input is coming from the keyboard */ 81 /* Nonzero if input is coming from the keyboard */
82 82
83 #define INTERACTIVE (NILP (Vexecuting_macro) && !noninteractive) 83 #define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive)
84 84
85 /* Set this nonzero to force reconsideration of mode line. */ 85 /* Set this nonzero to force reconsideration of mode line. */
86 86
87 extern int update_mode_lines; 87 extern int update_mode_lines;
88 88