diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 100b1e6ac21..436aa8509c4 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1355,6 +1355,8 @@ in order to initialize other data structure based on them.") | |||
| 1355 | (put 'load-path 'risky-local-variable t) | 1355 | (put 'load-path 'risky-local-variable t) |
| 1356 | (put 'exec-directory 'risky-local-variable t) | 1356 | (put 'exec-directory 'risky-local-variable t) |
| 1357 | (put 'process-environment 'risky-local-variable t) | 1357 | (put 'process-environment 'risky-local-variable t) |
| 1358 | (put 'dabbrev-case-fold-search 'risky-local-variable t) | ||
| 1359 | (put 'dabbrev-case-replace 'risky-local-variable t) | ||
| 1358 | ;; Don't wait for outline.el to be loaded, for the sake of outline-minor-mode. | 1360 | ;; Don't wait for outline.el to be loaded, for the sake of outline-minor-mode. |
| 1359 | (put 'outline-level 'risky-local-variable t) | 1361 | (put 'outline-level 'risky-local-variable t) |
| 1360 | (put 'rmail-output-file-alist 'risky-local-variable t) | 1362 | (put 'rmail-output-file-alist 'risky-local-variable t) |