diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-01 12:48:02 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-01 13:16:45 +0100 |
commit | 0bdba772ca2167cdd3acaed81ca8667cb78b266c (patch) | |
tree | b07e3e4a330f13b76a54ab11278ea4a63e038d7f /tests/union.scm | |
parent | 299112d36e872d98896bf8dec281c34d9adad06e (diff) | |
download | patches-0bdba772ca2167cdd3acaed81ca8667cb78b266c.tar patches-0bdba772ca2167cdd3acaed81ca8667cb78b266c.tar.gz |
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.
Diffstat (limited to 'tests/union.scm')
-rw-r--r-- | tests/union.scm | 6 |
1 files changed, 0 insertions, 6 deletions
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: |