]> git.eshelyaron.com Git - emacs.git/commitdiff
(ignored-local-variables): Mark it risky.
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Dec 1994 13:44:20 +0000 (13:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Dec 1994 13:44:20 +0000 (13:44 +0000)
lisp/files.el

index 42eea31d1700e354e4f4f1892ab6062ccc7f6c28..279dd29d2dd6ea38e1c0b37a7c51f0a3bbe4cb0b 100644 (file)
@@ -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)