diff options
| author | Richard M. Stallman | 1994-12-13 13:44:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-13 13:44:20 +0000 |
| commit | fce47eeafe857956d2ec8fd6f92339723edbdfcb (patch) | |
| tree | 4804c7acf0d73d35ccc9083cd2d8c9988bd4441a | |
| parent | b744df55d26723287e13b8e32fdd839bd6f3b2cc (diff) | |
| download | emacs-fce47eeafe857956d2ec8fd6f92339723edbdfcb.tar.gz emacs-fce47eeafe857956d2ec8fd6f92339723edbdfcb.zip | |
(ignored-local-variables): Mark it risky.
| -rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 1156 | ;; Get confirmation before setting these variables as locals in a file. | 1156 | ;; Get confirmation before setting these variables as locals in a file. |
| 1157 | (put 'debugger 'risky-local-variable t) | 1157 | (put 'debugger 'risky-local-variable t) |
| 1158 | (put 'enable-local-eval 'risky-local-variable t) | 1158 | (put 'enable-local-eval 'risky-local-variable t) |
| 1159 | (put 'ignored-local-variables 'risky-local-variable t) | ||
| 1159 | (put 'eval 'risky-local-variable t) | 1160 | (put 'eval 'risky-local-variable t) |
| 1160 | (put 'file-name-handler-alist 'risky-local-variable t) | 1161 | (put 'file-name-handler-alist 'risky-local-variable t) |
| 1161 | (put 'minor-mode-map-alist 'risky-local-variable t) | 1162 | (put 'minor-mode-map-alist 'risky-local-variable t) |