.dir-locals.el: Don't mess up indentation of prepend and append.
authorLiliana Marie Prikler <liliana.prikler@gmail.com>
Mon, 24 Jan 2022 16:36:46 +0000 (17:36 +0100)
committerLiliana Marie Prikler <liliana.prikler@gmail.com>
Sat, 29 Jan 2022 07:47:38 +0000 (08:47 +0100)
commit69218e84f119c698a06febe030946f1eca571e2c
tree407abfe97645d8c6cef269a444eed3a176aa288d
parentf38697f5f86de0ad5434b5c5679b6cff34c86797
.dir-locals.el: Don't mess up indentation of prepend and append.

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 lists 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)).
.dir-locals.el