]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time-string-forms): Mark as risky.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Apr 2002 22:00:22 +0000 (22:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Apr 2002 22:00:22 +0000 (22:00 +0000)
lisp/files.el

index 23e4948e71a0abd00465e039fff0d45080c8cd6b..849c642fe76f3907aa8ceb0a609089bf4506b47e 100644 (file)
@@ -1940,6 +1940,7 @@ is specified, returning t if it is specified."
 (put 'mode-line-buffer-identification 'risky-local-variable t)
 (put 'mode-line-modes 'risky-local-variable t)
 (put 'mode-line-position 'risky-local-variable t)
+(put 'display-time-string-forms 'risky-local-variable t)
 
 ;; This one is safe because the user gets to check it before it is used.
 (put 'compile-command 'safe-local-variable t)