]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_emacs): Don't initialize Vinstallation_name
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Mar 1994 01:13:53 +0000 (01:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Mar 1994 01:13:53 +0000 (01:13 +0000)
and Vinstallation_directory.

src/emacs.c

index 2fcb6a8b9e7160518b8c72923bfd103461d17581..1a581d4e2cce9ed92180fa12139e2ef70f641cc9 100644 (file)
@@ -1037,8 +1037,8 @@ it to change priority.  (Emacs sets its uid back to the real uid.)");
 
   staticpro (&Vinstallation_directory);
   Vinstallation_directory = Qnil;
+
+  /* These have already been set, in init_cmdargs, so don't set them here.  */
   staticpro (&Vinvocation_name);
-  Vinvocation_name = Qnil;
   staticpro (&Vinvocation_directory);
-  Vinvocation_directory = Qnil;
 }