[gnu.emacs.bug] bug in make_window

Duchier-Denys@cs.yale.edu (Denys Duchier) (01/11/90)

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).

--Denys

kjones@talos.uu.net (Kyle Jones) (01/11/90)

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.