emacs-devel
[Top][All Lists]
Advanced

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

Re: Byte-compilation warnings after merging eldoc changes


From: Stefan Monnier
Subject: Re: Byte-compilation warnings after merging eldoc changes
Date: Wed, 08 Jul 2020 12:15:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> So while I would just delete the branch in the cfengine.el
> case, I wonder what to do in the python.el case.  Can I
> shoosh the byte-compiler warning of a particular type for
> a particular file?

You can use `with-no-warnings` (with more recent versions, you can be
more specific thanks to `with-suppressed-warnings`).


        Stefan




reply via email to

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