mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 03:17:36 +00:00
(ignored-local-variables): Mark it risky.
This commit is contained in:
parent
b744df55d2
commit
fce47eeafe
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue