mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
This commit is contained in:
commit
1bad168e59
132 changed files with 1042 additions and 893 deletions
|
|
@ -2488,13 +2488,13 @@ symbol and VAL is a value that is considered safe."
|
|||
:group 'find-file
|
||||
:type 'alist)
|
||||
|
||||
(defcustom safe-local-eval-forms nil
|
||||
(defcustom safe-local-eval-forms '((add-hook 'write-file-hooks 'time-stamp))
|
||||
"Expressions that are considered safe in an `eval:' local variable.
|
||||
Add expressions to this list if you want Emacs to evaluate them, when
|
||||
they appear in an `eval' local variable specification, without first
|
||||
asking you for confirmation."
|
||||
:group 'find-file
|
||||
:version "22.1"
|
||||
:version "22.2"
|
||||
:type '(repeat sexp))
|
||||
|
||||
;; Risky local variables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue