mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
.dir-locals.el: Require cl-lib at runtime.
* .dir-locals.el (nil)<Geiser>: Load cl-lib when needed.
This commit is contained in:
parent
a57b0c9eda
commit
96d0f0b138
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
(unless (boundp 'geiser-guile-load-path)
|
(unless (boundp 'geiser-guile-load-path)
|
||||||
(defvar geiser-guile-load-path '()))
|
(defvar geiser-guile-load-path '()))
|
||||||
(make-local-variable 'geiser-guile-load-path)
|
(make-local-variable 'geiser-guile-load-path)
|
||||||
|
(require 'cl-lib)
|
||||||
(cl-pushnew root-dir* geiser-guile-load-path
|
(cl-pushnew root-dir* geiser-guile-load-path
|
||||||
:test #'string-equal)))))
|
:test #'string-equal)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue