# HG changeset patch # User Jim Blandy # Date 744002238 0 # Node ID 1c2066be8443366ecfc2d775745de325df6c5c19 # Parent d6b289b1a6dc282e2e242c5abc3672f5eb2385ea * 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. diff -r d6b289b1a6dc -r 1c2066be8443 src/xfns.c --- a/src/xfns.c Fri Jul 30 01:48:19 1993 +0000 +++ b/src/xfns.c Fri Jul 30 03:17:18 1993 +0000 @@ -3723,7 +3723,6 @@ 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,