From 96d0f0b13819a68480e204716c1af6605cfdcb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= Date: Sun, 1 Nov 2020 01:57:02 +0100 Subject: .dir-locals.el: Require cl-lib at runtime. * .dir-locals.el (nil): Load cl-lib when needed. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 0496e41ca2..8e5d3902e3 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))))) -- cgit v1.2.3