emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wrong behaviour of <struct frame>


From: martin rudalics
Subject: Re: wrong behaviour of <struct frame>
Date: Thu, 02 Dec 2010 10:45:10 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> I wish to ask you to suggest me if you can, what happens when I define the 
var.
> 'ct' inside the struct frame.

Lisp objects (objects handled by the GC) should appear above this line

  /* Beyond here, there should be no more Lisp_Object components.  */

and non-Lisp objects (objects not handled by the GC) below.

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]