emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#51403: closed ([PATCH]: environment: Fix broken file-local variable.)
Date: Wed, 27 Oct 2021 22:31:01 +0000

Your message dated Thu, 28 Oct 2021 00:30:27 +0200
with message-id <8735omaynw.fsf@gnu.org>
and subject line Re: bug#51403: [PATCH]: environment: Fix broken file-local 
variable.
has caused the debbugs.gnu.org bug report #51403,
regarding [PATCH]: environment: Fix broken file-local variable.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51403
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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

--- End Message ---
--- Begin Message --- Subject: Re: bug#51403: [PATCH]: environment: Fix broken file-local variable. Date: Thu, 28 Oct 2021 00:30:27 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

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