[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: define-minor-mode: Suppressing warning
From: |
Stefan Monnier |
Subject: |
Re: define-minor-mode: Suppressing warning |
Date: |
Sun, 16 May 2021 13:00:59 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
T.V Raman [2021-05-16 09:44:54] wrote:
> When compiling code released for emacs 27.2 with emacs 28, you
> presently get this warning:
>
> emacspeak-comint.el:582:12: Warning: Use keywords rather than deprecated
> positional arguments to `define-minor-mode'
>
> I'm unable to suppress this warning --- and I cant update my code
> to use the recommended keyword argument form until emacs 28 is
> released.
Why? The recommended syntax is the one that was introduced back in
Emacs-21!
Stefan