From 7817e3d35e77621ce12c93cb9d07820250cf31c2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 29 Apr 2006 14:02:42 +0000 Subject: [PATCH] (File Local Variables): Remove the special case t for safe-local-variable. --- lispref/ChangeLog | 5 +++++ lispref/variables.texi | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ac6bd07a175..1eed9dec592 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-04-29 Stefan Monnier + + * variables.texi (File Local Variables): Remove the special case t for + safe-local-variable. + 2006-04-26 Richard Stallman * syntax.texi (Parsing Expressions): Minor cleanup. diff --git a/lispref/variables.texi b/lispref/variables.texi index d97848549c0..c2abdf0563d 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -1778,13 +1778,12 @@ measures to prevent this. @cindex safe local variable You can specify safe values for a variable with a -@code{safe-local-variable} property. If the property is @code{t}, -setting that variable in a file is always considered safe, regardless -of the value used. If the property is a function of one argument, -then any value is safe if the function 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}. +@code{safe-local-variable} property. The property has to be +a function of one argument; any value is safe if the function +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}. @defopt safe-local-variable-values This variable provides another way to mark some variable values as -- 2.39.5