From 0bdba772ca2167cdd3acaed81ca8667cb78b266c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 1 Feb 2013 12:48:02 +0100 Subject: Augment `.dir-locals.el'. * .dir-locals.el: Add more Scheme settings. * guix-build.in, tests/base32.scm, tests/build-utils.scm, tests/builders.scm, tests/derivations.scm, tests/packages.scm, tests/snix.scm, tests/store.scm, tests/union.scm, tests/utils.scm: Remove redundant Emacs local variable settings. --- tests/union.scm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/union.scm') diff --git a/tests/union.scm b/tests/union.scm index 455bdb208d..87450d74fd 100644 --- a/tests/union.scm +++ b/tests/union.scm @@ -119,9 +119,3 @@ (exit (= (test-runner-fail-count (test-runner-current)) 0)) - -;;; Local Variables: -;;; eval: (put 'test-assert 'scheme-indent-function 1) -;;; eval: (put 'test-equal 'scheme-indent-function 1) -;;; eval: (put 'call-with-input-string 'scheme-indent-function 1) -;;; End: -- cgit v1.2.3