branch: externals/mct
commit 6b6b9c3a9fbb265ae04cff87f374958ddf38f49d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Require subr-x only at compile time
---
 mct-tcm.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mct-tcm.el b/mct-tcm.el
index 119770c290..475735ec87 100644
--- a/mct-tcm.el
+++ b/mct-tcm.el
@@ -42,6 +42,7 @@
 ;;;; General utilities
 
 (require 'mct)
+(eval-when-compile (require 'subr-x))
 
 ;; FIXME 2022-02-22: Silence message when key binding is undefined.
 ;;;###autoload

Reply via email to