[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53505] [PATCH] .dir-locals.el: Don't mess up indentation of prepend
From: |
Ludovic Courtès |
Subject: |
[bug#53505] [PATCH] .dir-locals.el: Don't mess up indentation of prepend and append. |
Date: |
Wed, 26 Jan 2022 12:24:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi!
Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
> The current version appears to assume special values in the first and second
> package, but it's either all lists (default append) or all package input
> expressions (inside modify-inputs), which themselves are either packages
> or a list consisting of a package and a string.
>
> * .dir-locals.el: Drop (eval . (put 'prepend 'scheme-indent-function 2))
> and (eval . (put 'append 'scheme-indent-function 2)).
Yeah it’s been bothering me too. :-)
We can keep ‘prepend’ though as it doesn’t clash with anything.
Otherwise LGTM,
Ludo’.