emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Make byte-compile-error-on-warn a safe variable for file com


From: Stefan Monnier
Subject: Re: [PATCH] Make byte-compile-error-on-warn a safe variable for file compilation
Date: Thu, 04 Jan 2018 22:51:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> Attached is a patch that adds the variable `byte-compile-error-on-warn'
>> to the safe variable list temporarily during calls to
>> `byte-compile-file`, so that individual files can easily and simply
>> include "byte-compile-error-on-warn: t" in their file local variables.
> Wouldn't it be simpler and clearer to make it permanently safe? (PS
> you can use #'booleanp instead of listing t and nil).

Indeed.


        Stefan




reply via email to

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