Mercurial > emacs
changeset 70569:9ff07a4bfeee
(File Local Variables): Recommend to quote lambda
expressions in safe-local-variable property.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Wed, 10 May 2006 13:06:02 +0000 |
parents | a96d5cf44c2d |
children | edd2bdf83f35 |
files | lispref/ChangeLog lispref/variables.texi |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Wed May 10 12:38:58 2006 +0000 +++ b/lispref/ChangeLog Wed May 10 13:06:02 2006 +0000 @@ -1,3 +1,8 @@ +2006-05-10 Reiner Steib <Reiner.Steib@gmx.de> + + * variables.texi (File Local Variables): Recommend to quote lambda + expressions in safe-local-variable property. + 2006-05-09 Richard Stallman <rms@gnu.org> * variables.texi (File Local Variables): Document
--- a/lispref/variables.texi Wed May 10 12:38:58 2006 +0000 +++ b/lispref/variables.texi Wed May 10 13:06:02 2006 +0000 @@ -1784,7 +1784,8 @@ file variables standardly have @code{safe-local-variable} properties, including @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. +use @code{booleanp} as the property value. Lambda expressions should +be quoted so that @code{describe-variable} can display the predicate. @defopt safe-local-variable-values This variable provides another way to mark some variable values as