tests/minetest: Fix 'test-package*' indenting.
* tests/minetest.scm (Local Variables)[test-package*]: Set scheme-indent-function property to 1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
778c1fb4ea
commit
8d4c0e3104
|
@ -353,3 +353,7 @@ during a dynamic extent where that package is available on ContentDB."
|
|||
(sort-packages (list x y z))))
|
||||
|
||||
(test-end "minetest")
|
||||
|
||||
;;; Local Variables:
|
||||
;;; eval: (put 'test-package* 'scheme-indent-function 1)
|
||||
;;; End:
|
||||
|
|
Reference in New Issue