emacs-devel
[Top][All Lists]
Advanced

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

Re: Change a while loop into do while


From: Eli Zaretskii
Subject: Re: Change a while loop into do while
Date: Sat, 31 Dec 2016 13:20:59 +0200

> From: Chris Gregory <address@hidden>
> Date: Mon, 26 Dec 2016 22:55:54 -0600
> 
> This patch changes string_from_display_spec (a static function in
> xdisp.c) to use a do while loop instead of a while loop.  The
> precondition is checked by the if statement and is redundant in the
> first iteration.  This redundancy is now removed.

Thanks, pushed to the master branch.

In the future, please provide ChangeLog-style commit log messages with
your changes (I wrote one this time).



reply via email to

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