branch: scratch/hook-helpers
commit a46803b14e777a5407244539e8d8b277acbdc9ff
Author: Ian Dunn <du...@gnu.org>
Commit: Ian Dunn <du...@gnu.org>

    Fixed failing tests
    
    * hook-helpers.el: Require 'subr-x
---
 hook-helpers.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hook-helpers.el b/hook-helpers.el
index 0923ecf..dbc7bc0 100644
--- a/hook-helpers.el
+++ b/hook-helpers.el
@@ -36,6 +36,8 @@
 
 ;;; Code:
 
+(require 'subr-x)
+
 (defvar hkhlp--helpers-map nil
   "Map of IDs to helpers.")
 

Reply via email to