emacs-devel
[Top][All Lists]
Advanced

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

Re: Risky local variable mechanism


From: Chong Yidong
Subject: Re: Risky local variable mechanism
Date: Fri, 10 Feb 2006 12:54:09 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> Each local variable can be safe, risky, or neither.  A variable-value
>> pair is safe if it is found in the new customizable alist
>> `safe-local-variables', or the variable's `safe-local-variables'
>> property is t, or the variable's `safe-local-variables' property is a
>> function that evaluates to t with that value.
>
> The property should probably not be called `safe-local-variables' since it
> applies to a single variable and talks about its possible values.  I.e. it
> should be something like `safe-local-variable' or `safe-local-values'.

Sorry: the property is called `safe-local-variable', not
`safe-local-variables'.  It is in existing code.




reply via email to

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