[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Remove redundant 'function's around lambda
From: |
Stefan Kangas |
Subject: |
Re: [PATCH] Remove redundant 'function's around lambda |
Date: |
Wed, 18 Nov 2020 19:44:19 -0800 |
Kyle Meyer <kyle@kyleam.com> writes:
> All these look good to me except this unrelated whitespace change, which
> actually touches the change ported from your 61dca6e92a (Don't quote
> lambdas in several places, 2020-11-14) in the Emacs repo.
I must have included that part by mistake, sorry about that.
> Org files don't use a consistent style, despite Org's .dir-locals.el
> setting indent-tabs-mode to t, which should probably be changed to match
> Emacs's nil value. At any rate, I've dropped this hunk since it's not
> actually making the advertised change, and pushed the rest with
> 1a480e01a.
Thanks!