* lispref/variables.texi (File Local Variables): Don't recommend quoting!
This commit is contained in:
parent
e1d0341e25
commit
a8544941cf
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* variables.texi (File Local Variables): Don't recommend quoting! Ever!
|
||||
|
||||
2013-08-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* files.texi (Information about Files): Mention file names with
|
||||
|
|
|
@ -1649,8 +1649,7 @@ non-@code{nil} given that value. Many commonly-encountered file
|
|||
variables have @code{safe-local-variable} properties; these include
|
||||
@code{fill-column}, @code{fill-prefix}, and @code{indent-tabs-mode}.
|
||||
For boolean-valued variables that are safe, use @code{booleanp} as the
|
||||
property value. Lambda expressions should be quoted so that
|
||||
@code{describe-variable} can display the predicate.
|
||||
property value.
|
||||
|
||||
When defining a user option using @code{defcustom}, you can set its
|
||||
@code{safe-local-variable} property by adding the arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue