guix-commits
[Top][All Lists]
Advanced

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

branch master updated: .dir-locals.el: Use setq-local on guix-directory.


From: guix-commits
Subject: branch master updated: .dir-locals.el: Use setq-local on guix-directory.
Date: Mon, 16 Nov 2020 13:07:10 -0500

This is an automated email from the git hooks/post-receive script.

cwebber pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a895eac  .dir-locals.el: Use setq-local on guix-directory.
a895eac is described below

commit a895eace116c59aa570b54e3a165eef3fcef26c7
Author: Christopher Lemmer Webber <cwebber@dustycloud.org>
AuthorDate: Mon Nov 16 13:06:27 2020 -0500

    .dir-locals.el: Use setq-local on guix-directory.
    
    * .dir-locals.el: Use setq-local on guix-directory.  While a problem with
    using setq hasn't been identified, this seems like good hygiene.
---
 .dir-locals.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 545c1c3..521c379 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -11,8 +11,9 @@
       . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>")
 
      ;; Emacs-Guix
-     (eval . (setq guix-directory
-                   (locate-dominating-file default-directory 
".dir-locals.el")))
+     (eval . (setq-local guix-directory
+                         (locate-dominating-file default-directory
+                                                 ".dir-locals.el")))
 
      ;; Geiser
      ;; This allows automatically setting the `geiser-guile-load-path'



reply via email to

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