branch: externals/consult
commit 936862c8f80ce44769bf3d30679e9aa78fbf1d1a
Author: Akira Komamura <6270544+aki...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    consult-kmacro: Silence byte-compiler (#1058)
---
 consult-kmacro.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/consult-kmacro.el b/consult-kmacro.el
index 240db685d3..3e69aa5307 100644
--- a/consult-kmacro.el
+++ b/consult-kmacro.el
@@ -25,6 +25,8 @@
 
 ;;; Code:
 
+(eval-when-compile
+  (require 'subr-x))
 (require 'consult)
 (require 'kmacro)
 

Reply via email to