changeset 4348:1c2066be8443

* 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.
author Jim Blandy <jimb@redhat.com>
date Fri, 30 Jul 1993 03:17:18 +0000
parents d6b289b1a6dc
children dd0ad363f07a
files src/xfns.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,