Mercurial > emacs
changeset 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 | 692093cc08d7 |
children | d8fb9db90d8e |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)