guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ludovic Courtès
Date: Tue, 23 Jan 2018 12:31:58 -0500 (EST)

branch: master
commit dbc6625ac246a53a7938db803e1367636f8f49ee
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 23 17:37:56 2018 +0100

    tests: Fix malformed Emacs local variable line.
    
    * tests/database.scm: Add missing "eval:".
---
 tests/database.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]