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

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

[elpa] scratch/hook-helpers a46803b 17/19: Fixed failing tests


From: Ian Dunn
Subject: [elpa] scratch/hook-helpers a46803b 17/19: Fixed failing tests
Date: Sun, 23 Apr 2017 12:50:41 -0400 (EDT)

branch: scratch/hook-helpers
commit a46803b14e777a5407244539e8d8b277acbdc9ff
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    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

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