[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: x_autoselect_window_p
From: |
Gerd Moellmann |
Subject: |
Re: x_autoselect_window_p |
Date: |
31 Mar 2002 23:48:49 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 |
Gerd Moellmann <address@hidden> writes:
> address@hidden (Pavel Janík) writes:
>
> > --- xterm.c.~1.716.~ Sun Mar 31 18:32:34 2002
> > +++ xterm.c Sun Mar 31 20:58:44 2002
> > + bufp->kind = WINDOW_IN_EVENT;
> > + XSETFRAME (bufp->frame_or_window, window);
> ^^^^^^^^^
> XSETWINDOW
Actually, since WINDOW is already a Lisp_Object, TRT would be to just
use `=' here.