diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-20 21:39:01 -0800 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-20 21:39:01 -0800 |
commit | bee3419feac23216cff6ffc529312da96828b2e1 (patch) | |
tree | 2c84faa456fe120e1142ff24972952aaec38046b /src/sysdep.c | |
parent | b7982059664f947cf99a296005adbb596837120a (diff) | |
download | emacs-bee3419feac23216cff6ffc529312da96828b2e1.tar.gz |
Remove emacs-priority.
* src/sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
* src/emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r-- | src/sysdep.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 0c291dd80ac..ac766058d34 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -554,15 +554,6 @@ sys_subshell (void) close_process_descs (); /* Close Emacs's pipes/ptys */ -#ifdef SET_EMACS_PRIORITY - { - extern EMACS_INT emacs_priority; - - if (emacs_priority < 0) - nice (-emacs_priority); - } -#endif - #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida */ { char *epwd = getenv ("PWD"); |