branch: scratch/editorconfig-cc
commit 0f54515c82be1b031ec2a2a9c3981ad3c5f694c7
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@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