emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.181 emacs/src/callproc.c:1.182
*** emacs/src/callproc.c:1.181  Fri Dec  7 01:45:39 2001
--- emacs/src/callproc.c        Mon Mar  4 18:41:00 2002
***************
*** 1151,1157 ****
  
  #ifdef SET_EMACS_PRIORITY
    {
!     extern int emacs_priority;
  
      if (emacs_priority < 0)
        nice (- emacs_priority);
--- 1151,1157 ----
  
  #ifdef SET_EMACS_PRIORITY
    {
!     extern EMACS_INT emacs_priority;
  
      if (emacs_priority < 0)
        nice (- emacs_priority);



reply via email to

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