Mercurial > emacs
changeset 44429:58d8979703be
(display-time-string): Fix last change.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 08 Apr 2002 05:00:25 +0000 |
parents | 7e1a0877a121 |
children | 8b5580e6442d |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sun Apr 07 18:58:06 2002 +0000 +++ b/lisp/files.el Mon Apr 08 05:00:25 2002 +0000 @@ -1940,7 +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) +(put 'display-time-string '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)