diff --git a/core/core-cli.el b/core/core-cli.el index 7acf5a1b1..6a36e2e04 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -1,5 +1,7 @@ ;;; -*- lexical-binding: t; no-byte-compile: t; -*- +(require 'seq) + ;; Eagerly load these libraries because we may be in a session that ;; hasn't been fully initialized (e.g. where autoloads files haven't ;; been generated or `load-path' populated).