Mercurial > emacs
changeset 44417:2e7d567e793b
(display-time-string-forms): Mark as risky.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Apr 2002 22:00:22 +0000 |
parents | 1417ace60dd8 |
children | 68cfd204d729 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)