mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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 @@ (define manifest
|
|||
#:pure? pure?))))))))))))))
|
||||
|
||||
;;; Local Variables:
|
||||
;;; (put 'with-store/maybe 'scheme-indent-function 1)
|
||||
;;; eval: (put 'with-store/maybe 'scheme-indent-function 1)
|
||||
;;; End:
|
||||
|
|
Loading…
Reference in a new issue