From d859c2cb938ff78f78df02b21ffa50d67a2c15c7 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 30 Jul 1993 03:17:18 +0000 Subject: [PATCH] * xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name; DEFVAR_LISP takes care of that, and it's deadly to staticpro a variable containing a string twice. --- src/xfns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 1d1b71eebc9..c394e882f48 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3723,7 +3723,6 @@ Emacs initially sets `x-resource-name' to the name under which Emacs\n\ was invoked, or to the value specified with the `-name' or `-rn'\n\ switches, if present."); Vx_resource_name = Qnil; - staticpro (&Vx_resource_name); #if 0 DEFVAR_INT ("x-nontext-pointer-shape", &Vx_nontext_pointer_shape, -- 2.39.5