Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!samsung!uakari.primate.wisc.edu!xanth!talos!kjones From: kjones@talos.uu.net (Kyle Jones) Newsgroups: gnu.emacs.bug Subject: Re: bug in make_window Message-ID: <1990Jan11.141037.18959@talos.uu.net> Date: 11 Jan 90 14:10:37 GMT References: <11015@cs.yale.edu> Reply-To: kjones@talos.uu.net Lines: 7 Denys Duchier writes: > In function make_window, the newly consed window is not protected from > the gc eventhough Fmake_marker is invoked twice (which could > presumably trigger gc). Nay. Fmake_marker does not call Feval or any other function that could call Feval, so it cannot start a garbage collection.