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

Previous Next

Package: guix-patches;

Reported by: Zhu Zihao <all_but_last <at> 163.com>

Date: Tue, 26 Oct 2021 04:29:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Zhu Zihao <all_but_last <at> 163.com>
To: 51403 <at> debbugs.gnu.org
Subject: [bug#51403] [PATCH]: environment: Fix broken file-local variable.
Date: Tue, 26 Oct 2021 12:12:33 +0800
[Message part 1 (text/plain, inline)]

[signature.asc (application/pgp-signature, inline)]
[0001-environment-Fix-broken-file-local-variable.patch (text/x-patch, inline)]
From e414d00dde885f819fd224e58fc2137beba34006 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 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

[Message part 4 (text/plain, inline)]
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

This bug report was last modified 3 years and 205 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.