diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-13 13:44:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-13 13:44:20 +0000 |
commit | 3816e2bbb2cd085697270f1cecfe78c5a5384a0d (patch) | |
tree | 962459e8e124587940f83d77ed6af9a392b6957e /lisp | |
parent | f479379ec6c2d27cae95bf9abe2ffb20f410550b (diff) | |
download | emacs-3816e2bbb2cd085697270f1cecfe78c5a5384a0d.tar.gz |
(ignored-local-variables): Mark it risky.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 42eea31d170..279dd29d2dd 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1156,6 +1156,7 @@ If `enable-local-variables' is nil, this function does not check for a ;; Get confirmation before setting these variables as locals in a file. (put 'debugger 'risky-local-variable t) (put 'enable-local-eval 'risky-local-variable t) +(put 'ignored-local-variables 'risky-local-variable t) (put 'eval 'risky-local-variable t) (put 'file-name-handler-alist 'risky-local-variable t) (put 'minor-mode-map-alist 'risky-local-variable t) |