branch: externals/ace-window
commit c0fbdd51be8fdd43fd7a89140ebd4b4c311d45fc
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ace-window.el: Fix compiler warning
    
    Re #121
---
 ace-window.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ace-window.el b/ace-window.el
index 493db84..a1cd919 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -64,6 +64,7 @@
 ;;; Code:
 (require 'avy)
 (require 'ring)
+(require 'subr-x)
 
 ;;* Customization
 (defgroup ace-window nil

Reply via email to