summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-01-23 17:37:56 +0100
committerLudovic Courtès <ludo@gnu.org>2018-01-23 17:37:56 +0100
commitdbc6625ac246a53a7938db803e1367636f8f49ee (patch)
tree7775835f9d2981814a5b4d5e400dd7f379241c99 /tests
parentb0f1a438ff1230ca98f06eda32443740c7bc8776 (diff)
downloadcuirass-dbc6625ac246a53a7938db803e1367636f8f49ee.tar
cuirass-dbc6625ac246a53a7938db803e1367636f8f49ee.tar.gz
tests: Fix malformed Emacs local variable line.
* tests/database.scm: Add missing "eval:".
Diffstat (limited to 'tests')
-rw-r--r--tests/database.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/database.scm b/tests/database.scm
index 170a6dc..d0838eb 100644
--- a/tests/database.scm
+++ b/tests/database.scm
@@ -149,5 +149,5 @@ INSERT INTO Evaluations (specification, revision) VALUES (3, 3);")
(delete-file database-name))
;;; Local Variables:
-;;; (put 'with-temporary-database 'scheme-indent-function 1)
+;;; eval: (put 'with-temporary-database 'scheme-indent-function 1)
;;; End: