(File Local Variables): Suggest using booleanp.
This commit is contained in:
parent
64ec8b2f3d
commit
beea1ef6c5
1 changed files with 2 additions and 1 deletions
|
@ -1783,7 +1783,8 @@ a function of one argument; any value is safe if the function
|
||||||
returns non-@code{nil} given that value. Many commonly encountered
|
returns non-@code{nil} given that value. Many commonly encountered
|
||||||
file variables standardly have @code{safe-local-variable} properties,
|
file variables standardly have @code{safe-local-variable} properties,
|
||||||
including @code{fill-column}, @code{fill-prefix}, and
|
including @code{fill-column}, @code{fill-prefix}, and
|
||||||
@code{indent-tabs-mode}.
|
@code{indent-tabs-mode}. For boolean-valued variables that are safe,
|
||||||
|
use @code{booleanp} as the property value.
|
||||||
|
|
||||||
@defopt safe-local-variable-values
|
@defopt safe-local-variable-values
|
||||||
This variable provides another way to mark some variable values as
|
This variable provides another way to mark some variable values as
|
||||||
|
|
Loading…
Add table
Reference in a new issue