]> git.eshelyaron.com Git - emacs.git/commitdiff
(File Local Variables): Recommend to quote lambda
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 10 May 2006 13:06:02 +0000 (13:06 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 10 May 2006 13:06:02 +0000 (13:06 +0000)
expressions in safe-local-variable property.

lispref/ChangeLog
lispref/variables.texi

index f4bdfc81aff5ce9b3568d3dd41a4be5bcf56243b..56e6dc9ba3f684486f37d27f796b8c13295abe7a 100644 (file)
@@ -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
index 87008d6961b2c3a1ba375d923bf9566549566a19..cd7c22b0bff110cd72a6ad61bdc182689a9c8e7a 100644 (file)
@@ -1784,7 +1784,8 @@ returns non-@code{nil} given that value.  Many commonly encountered
 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