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

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

bug#19698: Use bool, not int, to flag face changes


From: Paul Eggert
Subject: bug#19698: Use bool, not int, to flag face changes
Date: Wed, 28 Jan 2015 11:16:54 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 01/27/2015 10:20 AM, Eli Zaretskii wrote:
Date: Mon, 26 Jan 2015 17:18:12 -0800
From: Paul Eggert <eggert@cs.ucla.edu>
CC: Eli Zaretskii <eliz@gnu.org>

Attached is a minor patch to simplify the xfaces.c code by using a bool flag
'face_change' instead of an int counter 'face_change_count'.  This affects the
MS-Windows port so I'm filing it as a bug report to give Eli a heads-up.
Thanks, it looks good to me.

Thanks for checking. I commited it to master as cdee38ab61b383f1190d29470319bce3693c7dd9 and marking this as done.





reply via email to

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