# HG changeset patch # User Richard M. Stallman # Date 787326260 0 # Node ID c1704135914ff31a97bbfe515698c2ea166cdd0d # Parent 692093cc08d7f87a5bf1007103e0b17eff71d386 (ignored-local-variables): Mark it risky. diff -r 692093cc08d7 -r c1704135914f lisp/files.el --- 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)