unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51403] [PATCH]: environment: Fix broken file-local variable.
@ 2021-10-26  4:12 Zhu Zihao
  2021-10-27 22:30 ` bug#51403: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Zihao @ 2021-10-26  4:12 UTC (permalink / raw)
  To: 51403


[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-environment-Fix-broken-file-local-variable.patch --]
[-- Type: text/x-patch, Size: 822 bytes --]

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


[-- Attachment #3: Type: text/plain, Size: 100 bytes --]


-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51403: [PATCH]: environment: Fix broken file-local variable.
  2021-10-26  4:12 [bug#51403] [PATCH]: environment: Fix broken file-local variable Zhu Zihao
@ 2021-10-27 22:30 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-10-27 22:30 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 51403-done

Hi,

Zhu Zihao <all_but_last@163.com> skribis:

>>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.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-27 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26  4:12 [bug#51403] [PATCH]: environment: Fix broken file-local variable Zhu Zihao
2021-10-27 22:30 ` bug#51403: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).