aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-06 22:00:22 +0000
committerRichard M. Stallman2002-04-06 22:00:22 +0000
commitbb230153f255cbc8dd908e99a5471fa99f99b8f7 (patch)
tree9d808e7de2da1b6aac885963fb30ce09e1a11a8c
parent2a9cfe6a167aa6b470beadac03f6fa7ca5d9681d (diff)
downloademacs-bb230153f255cbc8dd908e99a5471fa99f99b8f7.tar.gz
emacs-bb230153f255cbc8dd908e99a5471fa99f99b8f7.zip
(display-time-string-forms): Mark as risky.
-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)