branch: externals/indent-bars
commit 2ee5157b415afedea5b7b1e13b150482756339dd
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>

    Require 'subr-x for hash functions
---
 indent-bars.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indent-bars.el b/indent-bars.el
index 8dd4d94870..3c8823e0ef 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -66,6 +66,7 @@
 (require 'font-lock)
 (require 'compat)
 (require 'cus-edit)
+(require 'subr-x)
 
 ;;;; Customization
 (defgroup indent-bars nil

Reply via email to