environment: Fix broken file-local variable.

* guix/scripts/environment.scm (Local Variables): Add missing eval.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Zhu Zihao 2021-10-26 12:10:26 +08:00 committed by Ludovic Courtès
parent 9b0ee18ba8
commit bcc4aef0db
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -964,5 +964,5 @@ command-line option processing with 'parse-command-line'."
#:pure? pure?))))))))))))))
;;; Local Variables:
;;; (put 'with-store/maybe 'scheme-indent-function 1)
;;; eval: (put 'with-store/maybe 'scheme-indent-function 1)
;;; End: