changeset 7480:e96f67e55921

(main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
author Richard M. Stallman <rms@gnu.org>
date Fri, 13 May 1994 07:17:59 +0000
parents 80a06d05d7df
children b7d23c08750c
files src/emacs.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Thu May 12 22:09:39 1994 +0000
+++ b/src/emacs.c	Fri May 13 07:17:59 1994 +0000
@@ -452,11 +452,11 @@
   (stderr)->_flag &= ~_IOTEXT;
 #endif /* MSDOS */
 
-#ifdef PRIO_PROCESS
+#ifdef SET_EMACS_PRIORITY
   if (emacs_priority)
     nice (emacs_priority);
   setuid (getuid ());
-#endif /* PRIO_PROCESS */
+#endif /* SET_EMACS_PRIORITY */
 
 #ifdef EXTRA_INITIALIZE
   EXTRA_INITIALIZE;
@@ -1025,7 +1025,7 @@
 This value is effective only if set before Emacs is dumped,\n\
 and only if the Emacs executable is installed with setuid to permit\n\
 it to change priority.  (Emacs sets its uid back to the real uid.)\n\
-Currently, you need to define PRIO_PROCESS in `config.h'\n\
+Currently, you need to define SET_EMACS_PRIORITY in `config.h'\n\
 before you compile Emacs, to enable the code for this feature.");
   emacs_priority = 0;