From: Richard M. Stallman Date: Sat, 6 Apr 2002 22:00:22 +0000 (+0000) Subject: (display-time-string-forms): Mark as risky. X-Git-Tag: ttn-vms-21-2-B4~15763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb230153f255cbc8dd908e99a5471fa99f99b8f7;p=emacs.git (display-time-string-forms): Mark as risky. --- 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." (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)