emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] master 9ef4325: * debbugs-gnu.el (debbugs-gnu--parse-mail): P


From: Michael Albinus
Subject: Re: [elpa] master 9ef4325: * debbugs-gnu.el (debbugs-gnu--parse-mail): Pacify byte compiler.
Date: Sun, 11 Oct 2020 15:42:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> I suspect this is wrong because the warnings here reflects a real bug.
> The bug is that those variables should not be bound lexically but
> dynamically, so the real fix is to add
>
>     (defvar mail-extr-ignore-single-names)
>     (defvar mail-extr-ignore-realname-equals-mailbox-name)
>
> somewhere earlier, or to `require` the package which defines those two vars.

Hmm, you're right. Fixed.

>         Stefan

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]