[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74378: [PATCH] Allow lambdas for 'flymake-cc-command'
From: |
Spencer Baugh |
Subject: |
bug#74378: [PATCH] Allow lambdas for 'flymake-cc-command' |
Date: |
Fri, 06 Dec 2024 11:24:29 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> Ping! Spencer, please respond.
This seems like a fine change.
I assume the original motivation was that functionp is slightly
ambiguous on lists of symbols; '(lambda) is both a list of symbols and a
functionp. But this defcustom is a list of strings, so it's fine.
- bug#74378: [PATCH] Allow lambdas for 'flymake-cc-command',
Spencer Baugh <=