[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: .dir-locals.el: Require cl-lib at runtime.
From: |
guix-commits |
Subject: |
branch master updated: .dir-locals.el: Require cl-lib at runtime. |
Date: |
Sat, 31 Oct 2020 20:59:56 -0400 |
This is an automated email from the git hooks/post-receive script.
m1gu3l pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 96d0f0b .dir-locals.el: Require cl-lib at runtime.
96d0f0b is described below
commit 96d0f0b13819a68480e204716c1af6605cfdcb4c
Author: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
AuthorDate: Sun Nov 1 01:57:02 2020 +0100
.dir-locals.el: Require cl-lib at runtime.
* .dir-locals.el (nil)<Geiser>: Load cl-lib when needed.
---
.dir-locals.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/.dir-locals.el b/.dir-locals.el
index 0496e41..8e5d390 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -25,6 +25,7 @@
(unless (boundp 'geiser-guile-load-path)
(defvar geiser-guile-load-path '()))
(make-local-variable 'geiser-guile-load-path)
+ (require 'cl-lib)
(cl-pushnew root-dir* geiser-guile-load-path
:test #'string-equal)))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: .dir-locals.el: Require cl-lib at runtime.,
guix-commits <=