branch: elpa/vcomplete
commit db35265ff22b9117d6dc22d64ad68bb11c844c77
Author: Daniel Semyonov <dan...@dsemy.com>
Commit: Daniel Semyonov <dan...@dsemy.com>

    ; Load 'subr-x' when byte-compiling
---
 vcomplete.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vcomplete.el b/vcomplete.el
index 15939a0b3d..c8d3a89526 100644
--- a/vcomplete.el
+++ b/vcomplete.el
@@ -68,6 +68,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'subr-x))
+
 ;;;; Customization:
 
 (defgroup vcomplete nil

Reply via email to