]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: require seq for seq-some
authorDavid Bremner <david@tethera.net>
Tue, 8 Jun 2021 23:12:33 +0000 (20:12 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 8 Jun 2021 23:12:33 +0000 (20:12 -0300)
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

index ae8f5140f34d2b2283bc9507b0744c6f30640700..c715532b38c4b46f5ac85dda3715d2b972d5d217 100644 (file)
@@ -21,6 +21,8 @@
 
 ;;; Code:
 
+(require 'seq)
+
 (require 'message)
 
 (require 'notmuch-lib)