changeset 54723:326aa7651bd6

(File Variables): Add safe-local-eval-forms.
author Kim F. Storm <storm@cua.dk>
date Mon, 05 Apr 2004 19:27:23 +0000
parents da421869d129
children d2c60b264fa8
files man/custom.texi
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/custom.texi	Mon Apr 05 19:26:57 2004 +0000
+++ b/man/custom.texi	Mon Apr 05 19:27:23 2004 +0000
@@ -1060,6 +1060,12 @@
 neither @code{t} nor @code{nil}, so normally Emacs does ask for
 confirmation about file settings for these variables.
 
+@findex safe-local-eval-forms
+  The @code{safe-local-eval-forms} is a customizable list of eval
+forms which are safe to eval, so Emacs should not ask for
+confirmation to evaluate these forms, even if
+@code{enable-local-variables} says to ask for confirmation in general.
+
 @node Key Bindings
 @section Customizing Key Bindings
 @cindex key bindings