emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.232 emacs/src/sysdep.c:1.233
*** emacs/src/sysdep.c:1.232    Mon Mar  4 15:15:56 2002
--- emacs/src/sysdep.c  Mon Mar  4 18:40:59 2002
***************
*** 842,848 ****
  
  #ifdef SET_EMACS_PRIORITY
        {
!       extern int emacs_priority;
  
        if (emacs_priority < 0)
          nice (-emacs_priority);
--- 842,848 ----
  
  #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]