diff src/emacs.c @ 21637:0bd76a1c9172

(syms_of_emacs): Fix patching error in previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Apr 1998 23:58:44 +0000
parents 340ce8f170ef
children 5b26268ee997
line wrap: on
line diff
--- 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\