guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: environment: Fix broken file-local variable.


From: guix-commits
Subject: 04/09: environment: Fix broken file-local variable.
Date: Wed, 27 Oct 2021 18:44:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bcc4aef0dbaaf3a66e11e0af30c88e60f8f9d4fb
Author: Zhu Zihao <all_but_last@163.com>
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 <ludo@gnu.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]