bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#35784: emacs 26 crash


From: martin rudalics
Subject: bug#35784: emacs 26 crash
Date: Sun, 19 May 2019 08:40:45 +0200

>> -  if (WINDOWP (object))
>> +  if (WINDOW_LIVE_P (object))
>>       {
>>         struct window *w = XWINDOW (object);
>>         mark_window_display_accurate (object, false);
>
> Thanks, this fix is fine with me.  Martin?

Fine with me as well.

Many thanks for the fix, martin





reply via email to

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