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

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

[nongnu] elpa/editorconfig 9a3569a0d8: Load subr-x when compiling (#302)


From: ELPA Syncer
Subject: [nongnu] elpa/editorconfig 9a3569a0d8: Load subr-x when compiling (#302)
Date: Sun, 7 May 2023 03:07:31 -0400 (EDT)

branch: elpa/editorconfig
commit 9a3569a0d824c656c44a5e5a9c291b5d4fb8bfdf
Author: 10sr <8.slashes@gmail.com>
Commit: GitHub <noreply@github.com>

    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 d0f5998812..8ee91abe5f 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]