diff lisp/files.el @ 10149:c1704135914f

(ignored-local-variables): Mark it risky.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Dec 1994 13:44:20 +0000
parents d6ab8efcd2ff
children 04425b872c5b
line wrap: on
line diff
--- a/lisp/files.el	Sun Dec 11 23:16:11 1994 +0000
+++ b/lisp/files.el	Tue Dec 13 13:44:20 1994 +0000
@@ -1156,6 +1156,7 @@
 ;; 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)