Change indentation rule for 'package' for the common case.
authorMark H Weaver <mhw@netris.org>
Tue, 29 Oct 2013 16:19:44 +0000 (12:19 -0400)
committerMark H Weaver <mhw@netris.org>
Tue, 29 Oct 2013 16:19:44 +0000 (12:19 -0400)
* .dir-locals.el: Change the indentation rule for 'package' to do the right
  thing for packages without an inherit clause.

.dir-locals.el

index b55ec75..dc1a3d7 100644 (file)
@@ -13,7 +13,7 @@
    (eval . (put 'lambda* 'scheme-indent-function 1))
    (eval . (put 'substitute* 'scheme-indent-function 1))
    (eval . (put 'with-directory-excursion 'scheme-indent-function 1))
-   (eval . (put 'package 'scheme-indent-function 1))
+   (eval . (put 'package 'scheme-indent-function 0))
    (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1))
    (eval . (put 'with-error-handling 'scheme-indent-function 0))
    (eval . (put 'with-mutex 'scheme-indent-function 1))