diff lisp/files.el @ 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 2e7d567e793b
children 32d733dae726
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)