summaryrefslogtreecommitdiff
path: root/lisp/thread.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/thread.el')
-rw-r--r--lisp/thread.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thread.el b/lisp/thread.el
index 1c5dccf5ce4..199fac279e3 100644
--- a/lisp/thread.el
+++ b/lisp/thread.el
@@ -28,7 +28,7 @@
(require 'cl-lib)
(require 'backtrace)
(require 'pcase)
-(require 'subr-x)
+(eval-when-compile (require 'subr-x))
;;;###autoload
(defun thread-handle-event (event)