From 400d5681de7914c1c8acf7221d0031b73bd36ef3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 25 Oct 2007 04:03:18 +0000 Subject: (Variable Definitions): Add :risky and :safe keywords. --- doc/lispref/customize.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/lispref') diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index c375706e6f9..7c723a29f28 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -393,6 +393,14 @@ value and then reevaluates the defcustom. By that time, the necessary variables and functions will be defined, so there will not be an error. @end table +@item :risky @var{value} +@kindex risky@r{, @code{defcustom} keyword} +Set this variable's @code{risky-local-variable} property to @var{value}. + +@item :safe @var{function} +@kindex safe@r{, @code{defcustom} keyword} +Set this variable's @code{safe-local-variable} property to @var{function}. + @item :set-after @var{variables} @kindex set-after@r{, @code{defcustom} keyword} When setting variables according to saved customizations, make sure to -- cgit v1.2.1