From 4ee3140490149404c00308f26525505877764889 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 20 Mar 1994 01:13:53 +0000 Subject: [PATCH] (syms_of_emacs): Don't initialize Vinstallation_name and Vinstallation_directory. --- src/emacs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emacs.c b/src/emacs.c index 2fcb6a8b9e7..1a581d4e2cc 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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; } -- 2.39.5