# HG changeset patch # User Richard M. Stallman # Date 892857524 0 # Node ID 0bd76a1c91721d7db77158f3cbeec928f1dc20e2 # Parent 10d8ced94467b688625c3980b2a17b149fb92340 (syms_of_emacs): Fix patching error in previous change. diff -r 10d8ced94467 -r 0bd76a1c9172 src/emacs.c --- a/src/emacs.c Fri Apr 17 23:36:34 1998 +0000 +++ b/src/emacs.c Fri Apr 17 23:58:44 1998 +0000 @@ -1822,6 +1822,8 @@ 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 SET_EMACS_PRIORITY in `config.h'\n\ +before you compile Emacs, to enable the code for this feature."); + emacs_priority = 0; DEFVAR_LISP ("path-separator", &Vpath_separator, "The directory separator in search paths, as a string."); @@ -1829,8 +1831,6 @@ char c = SEPCHAR; Vpath_separator = make_string (&c, 1); } -before you compile Emacs, to enable the code for this feature."); - emacs_priority = 0; DEFVAR_LISP ("invocation-name", &Vinvocation_name, "The program name that was used to run Emacs.\n\