/[emacs]/emacs/src/callproc.c
ViewVC logotype

Diff of /emacs/src/callproc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.181 by rms, Fri Dec 7 06:45:39 2001 UTC revision 1.182 by monnier, Mon Mar 4 23:41:00 2002 UTC
# Line 1151  child_setup (in, out, err, new_argv, set Line 1151  child_setup (in, out, err, new_argv, set
1151    
1152  #ifdef SET_EMACS_PRIORITY  #ifdef SET_EMACS_PRIORITY
1153    {    {
1154      extern int emacs_priority;      extern EMACS_INT emacs_priority;
1155    
1156      if (emacs_priority < 0)      if (emacs_priority < 0)
1157        nice (- emacs_priority);        nice (- emacs_priority);

Legend:
Removed from v.1.181  
changed lines
  Added in v.1.182

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26