# HG changeset patch # User Richard M. Stallman # Date 1018130422 0 # Node ID 2e7d567e793b7c0dac7a5279ceff16a96f59a68a # Parent 1417ace60dd83e1abe3e3665871fa0f959f167b3 (display-time-string-forms): Mark as risky. diff -r 1417ace60dd8 -r 2e7d567e793b lisp/files.el --- a/lisp/files.el Sat Apr 06 16:09:33 2002 +0000 +++ b/lisp/files.el Sat Apr 06 22:00:22 2002 +0000 @@ -1940,6 +1940,7 @@ (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)