Eric Bavier (2016-04-07 17:48 +0300) wrote:
> On 2016-04-07 08:56, Alex Kost wrote:
[...]
>> + (substitute* "src/main.cpp"
>> + (("^( +slopcommand.*)\"slop\"" all beg)
>> + (string-append beg "\"" slop "\"")))))))))
>
> Instead of "beg", could we use something like "front" to avoid
> potentially confusing abbreviations.Sure, I don't have a preference here. > Otherwise LGTM. Thanks! -- Alex
