aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 23e4948e71a..849c642fe76 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1940,6 +1940,7 @@ is specified, returning t if it is specified."
1940(put 'mode-line-buffer-identification 'risky-local-variable t) 1940(put 'mode-line-buffer-identification 'risky-local-variable t)
1941(put 'mode-line-modes 'risky-local-variable t) 1941(put 'mode-line-modes 'risky-local-variable t)
1942(put 'mode-line-position 'risky-local-variable t) 1942(put 'mode-line-position 'risky-local-variable t)
1943(put 'display-time-string-forms 'risky-local-variable t)
1943 1944
1944;; This one is safe because the user gets to check it before it is used. 1945;; This one is safe because the user gets to check it before it is used.
1945(put 'compile-command 'safe-local-variable t) 1946(put 'compile-command 'safe-local-variable t)