Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a422068f
Commit
a422068f
authored
May 13, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
parent
b1fc21c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/emacs.c
src/emacs.c
+3
-3
No files found.
src/emacs.c
View file @
a422068f
...
...
@@ -452,11 +452,11 @@ main (argc, argv, envp)
(
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 @@ expect to be able to interact with the user.");
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment