]> git.eshelyaron.com Git - emacs.git/commitdiff
(defvar_display): Don't staticpro; these objects are now protected through
authorKarl Heuer <kwzh@gnu.org>
Fri, 3 Feb 1995 23:27:14 +0000 (23:27 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 3 Feb 1995 23:27:14 +0000 (23:27 +0000)
mark_perdisplays.

src/lread.c

index 715fe23c7ad8bfa62df6a0e531edb9bdcee79111..ad8ba2a98388eba37cc347687a9bdeffea0274f9 100644 (file)
@@ -1921,9 +1921,6 @@ defvar_display (namestring, offset)
   XMISC (val)->type = Lisp_Misc_Display_Objfwd;
   XDISPLAY_OBJFWD (val)->offset = offset;
   XSYMBOL (sym)->value = val;
-#ifndef MULTI_PERDISPLAY
-  staticpro ((Lisp_Object *)((char *)&the_only_perdisplay + offset));
-#endif
 }
 \f
 init_lread ()