From: Jim Blandy Date: Fri, 30 Jul 1993 03:17:18 +0000 (+0000) Subject: * xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name; X-Git-Tag: emacs-19.34~11503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d859c2cb938ff78f78df02b21ffa50d67a2c15c7;p=emacs.git * 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 --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,