emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build


From: Stefan Monnier
Subject: Re: Towards a cleaner build
Date: Tue, 28 May 2019 17:16:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> +  ;; The implementation for the interpreter is basically trivial.
>> +  `(with-suppressed-warnings-1 ',warnings (progn ,@body)))
> A comment here on why we need both a function and macro would be
> useful (or is it possible to have this work with just a macro?)

Indeed, for the interpreter the implementation should be like that of
with-no-warnings, just dropping the `warnings` argument altogether.


        Stefan




reply via email to

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