# HG changeset patch # User Reiner Steib # Date 1147266362 0 # Node ID 9ff07a4bfeee3f842ce9b00a485d96caae9a6b7b # Parent a96d5cf44c2d2e410f204304341de59ee7775435 (File Local Variables): Recommend to quote lambda expressions in safe-local-variable property. diff -r a96d5cf44c2d -r 9ff07a4bfeee lispref/ChangeLog --- 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 + + * variables.texi (File Local Variables): Recommend to quote lambda + expressions in safe-local-variable property. + 2006-05-09 Richard Stallman * variables.texi (File Local Variables): Document diff -r a96d5cf44c2d -r 9ff07a4bfeee lispref/variables.texi --- 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