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:
parent
9b0ee18ba8
commit
bcc4aef0db
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue