emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master b7fa6b1 1/4: Simplify use of FOR_EACH_TAIL


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master b7fa6b1 1/4: Simplify use of FOR_EACH_TAIL
Date: Sun, 05 Feb 2017 20:19:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> -  FOR_EACH_TAIL (tail, list, tortoise, skip)
> +  FOR_EACH_TAIL (list)

I like the remove of `skip` and `tortoise` since they're really internal
and not expected to be used by users of the macro, but I'm surprised you
also decided to remove `tail`, since that one *is* used by the users of
the macro and forcing them to use `li.tail` instead of the variable of
their choice is rather odd.


        Stefan



reply via email to

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