emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] scratch/editorconfig-cc 0f54515c82 325/351: Load subr-x when co


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc 0f54515c82 325/351: Load subr-x when compiling (#302)
Date: Thu, 13 Jun 2024 18:39:07 -0400 (EDT)

branch: scratch/editorconfig-cc
commit 0f54515c82be1b031ec2a2a9c3981ad3c5f694c7
Author: 10sr <8.slashes@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Load subr-x when compiling (#302)
    
    `when-let` depends on this.
---
 editorconfig.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editorconfig.el b/editorconfig.el
index 8956c5be9d..03d8a5345a 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -47,6 +47,7 @@
 
 (eval-when-compile
   (require 'rx)
+  (require 'subr-x)
   (defvar tex-indent-basic)
   (defvar tex-indent-item)
   (defvar tex-indent-arg)



reply via email to

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