Load seq in core-cli

This commit is contained in:
Henrik Lissner 2019-11-08 17:48:16 -05:00
parent 3896b994b5
commit 135e7ffc89
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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).