civodul pushed a commit to branch master
in repository guix.

commit bcc4aef0dbaaf3a66e11e0af30c88e60f8f9d4fb
Author: Zhu Zihao <[email protected]>
AuthorDate: Tue Oct 26 12:10:26 2021 +0800

    environment: Fix broken file-local variable.
    
    * guix/scripts/environment.scm (Local Variables): Add missing eval.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 guix/scripts/environment.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index 7b97a8e..cca0ad9 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -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:

Reply via email to