From: Richard M. Stallman Date: Tue, 13 Dec 1994 13:44:20 +0000 (+0000) Subject: (ignored-local-variables): Mark it risky. X-Git-Tag: emacs-19.34~5706 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fce47eeafe857956d2ec8fd6f92339723edbdfcb;p=emacs.git (ignored-local-variables): Mark it risky. --- 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)