From 135e7ffc89b41772b6f75650f40419483dd5f273 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 8 Nov 2019 17:48:16 -0500 Subject: [PATCH] Load seq in core-cli --- core/core-cli.el | 2 ++ 1 file changed, 2 insertions(+) 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).