emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Mon, 04 Mar 2002 18:41:02 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.299 emacs/src/emacs.c:1.300
*** emacs/src/emacs.c:1.299     Mon Jan 14 08:47:56 2002
--- emacs/src/emacs.c   Mon Mar  4 18:41:00 2002
***************
*** 165,171 ****
  /* If nonzero, set Emacs to run at this priority.  This is also used
     in child_setup and sys_suspend to make sure subshells run at normal
     priority; those functions have their own extern declaration.  */
! int emacs_priority;
  
  /* If non-zero, a filter or a sentinel is running.  Tested to save the match
     data on the first attempt to change it inside asynchronous code.  */
--- 165,171 ----
  /* If nonzero, set Emacs to run at this priority.  This is also used
     in child_setup and sys_suspend to make sure subshells run at normal
     priority; those functions have their own extern declaration.  */
! EMACS_INT emacs_priority;
  
  /* If non-zero, a filter or a sentinel is running.  Tested to save the match
     data on the first attempt to change it inside asynchronous code.  */



reply via email to

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