emacs-devel
[Top][All Lists]
Advanced

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

Re: master 5ee43ba0df causing display hangs?


From: Eli Zaretskii
Subject: Re: master 5ee43ba0df causing display hangs?
Date: Sat, 07 Dec 2019 21:18:23 +0200

> From: Yuri D'Elia <address@hidden>
> Date: Sat, 07 Dec 2019 19:56:10 +0100
> Cc: address@hidden
> 
> > --- a/src/xfaces.c
> > +++ b/src/xfaces.c
> > @@ -2168,7 +2168,7 @@ face_inherited_attr (struct window *w, struct frame 
> > *f,
> >        if (CONSP (parent_face))
> >       {
> >         Lisp_Object tail;
> > -     for (tail = parent_face; !NILP (tail); tail = XCDR (tail))
> > +     for (tail = parent_face; CONSP (tail); tail = XCDR (tail))
> >           {
> >             ok = get_lface_attributes (w, f, XCAR (tail), inherited_attrs,
> >                                        false, named_merge_points);
> 
> Doesn't look like.

Thanks.  Then I guess I will need that recipe to see where I goofed.



reply via email to

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