emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/commands.h


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/commands.h
Date: Sun, 01 May 2005 14:46:31 -0400

Index: emacs/src/commands.h
diff -c emacs/src/commands.h:1.19 emacs/src/commands.h:1.20
*** emacs/src/commands.h:1.19   Mon Sep  1 15:45:52 2003
--- emacs/src/commands.h        Sun May  1 18:46:31 2005
***************
*** 76,86 ****
  /* Nonzero means ^G can quit instantly */
  extern int immediate_quit;
  
! extern Lisp_Object Vexecuting_macro;
  
  /* Nonzero if input is coming from the keyboard */
  
! #define INTERACTIVE (NILP (Vexecuting_macro) && !noninteractive)
  
  /* Set this nonzero to force reconsideration of mode line. */
  
--- 76,86 ----
  /* Nonzero means ^G can quit instantly */
  extern int immediate_quit;
  
! extern Lisp_Object Vexecuting_kbd_macro;
  
  /* Nonzero if input is coming from the keyboard */
  
! #define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive)
  
  /* Set this nonzero to force reconsideration of mode line. */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]