bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#47925: 28.0.50; define-minor-mode without body results in false warn


From: Stefan Monnier
Subject: bug#47925: 28.0.50; define-minor-mode without body results in false warning
Date: Tue, 20 Apr 2021 19:41:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>   (define-minor-mode transient-resume-mode
>     "Auxiliary minor-mode used to resume a transient after viewing help.")
[...]
> Unfortunately that results in a warning:
>
>   transient.el:3318:20: Warning: Use keywords rather than deprecated 
> positional
>       arguments to `define-minor-mode'

I have pushed a patch to `master` which hopefully fixes this without
introducing regressions.


        Stefan






reply via email to

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