guix-patches
[Top][All Lists]
Advanced

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

[bug#51403] [PATCH]: environment: Fix broken file-local variable.


From: Zhu Zihao
Subject: [bug#51403] [PATCH]: environment: Fix broken file-local variable.
Date: Tue, 26 Oct 2021 12:12:33 +0800
User-agent: mu4e 1.6.6; emacs 27.2


Attachment: signature.asc
Description: PGP signature

>From e414d00dde885f819fd224e58fc2137beba34006 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Tue, 26 Oct 2021 12:10:26 +0800
Subject: [PATCH] environment: Fix broken file-local variable.

* guix/scripts/environment.scm (Local Variables): Add missing eval.
---
 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 05a43659da..7caaa1104f 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -804,5 +804,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:
-- 
2.33.1

-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

reply via email to

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