diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 57d43a1bcc6..fc756689309 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2154,7 +2154,7 @@ is specified, returning t if it is specified." | |||
| 2154 | (put 'format-alist 'risky-local-variable t) | 2154 | (put 'format-alist 'risky-local-variable t) |
| 2155 | (put 'vc-mode 'risky-local-variable t) | 2155 | (put 'vc-mode 'risky-local-variable t) |
| 2156 | (put 'imenu-generic-expression 'risky-local-variable t) | 2156 | (put 'imenu-generic-expression 'risky-local-variable t) |
| 2157 | (put 'imenu-index-alist 'risky-local-variable t) | 2157 | (put 'imenu--index-alist 'risky-local-variable t) |
| 2158 | (put 'standard-input 'risky-local-variable t) | 2158 | (put 'standard-input 'risky-local-variable t) |
| 2159 | (put 'standard-output 'risky-local-variable t) | 2159 | (put 'standard-output 'risky-local-variable t) |
| 2160 | (put 'unread-command-events 'risky-local-variable t) | 2160 | (put 'unread-command-events 'risky-local-variable t) |