Re: [PATCH 2/2] emacs: require seq for seq-some

Subject: Re: [PATCH 2/2] emacs: require seq for seq-some

Date: Tue, 08 Jun 2021 20:42:25 -0300

To: notmuch@notmuchmail.org

Cc: Dan Čermák

From: David Bremner


David Bremner <david@tethera.net> writes:

> 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.30.2

Dan, can you check if this patch fixes the emacs tests for you?

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: