From dda50ede050caa8aef5dda68d41b30b6c213c67d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 8 Jun 2021 20:12:33 -0300 Subject: [PATCH] emacs: require seq for seq-some Although the function dates from 2015, the autoload is newer. In particular [1] it is not found in Emacs 25.3. [1]: id:874ke85tqx.fsf@cgc-instruments.com --- emacs/notmuch-maildir-fcc.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el index ae8f5140..c715532b 100644 --- a/emacs/notmuch-maildir-fcc.el +++ b/emacs/notmuch-maildir-fcc.el @@ -21,6 +21,8 @@ ;;; Code: +(require 'seq) + (require 'message) (require 'notmuch-lib) -- 2.43.0