From: Karl Heuer Date: Fri, 3 Feb 1995 23:27:14 +0000 (+0000) Subject: (defvar_display): Don't staticpro; these objects are now protected through X-Git-Tag: emacs-19.34~5208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09a9ec31b6bd7a4a20936faa6f717e38d8eff0a3;p=emacs.git (defvar_display): Don't staticpro; these objects are now protected through mark_perdisplays. --- diff --git a/src/lread.c b/src/lread.c index 715fe23c7ad..ad8ba2a9838 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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 } init_lread ()