]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time-string): Fix last change.
authorPavel Janík <Pavel@Janik.cz>
Mon, 8 Apr 2002 05:01:16 +0000 (05:01 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 8 Apr 2002 05:01:16 +0000 (05:01 +0000)
lisp/ChangeLog
lisp/files.el

index 642e63ec7839bad0247d6f74f9665a4c6e14490b..357cd0ceb69c49584ffe3c80ade6b2d40fced40d 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * files.el (display-time-string): Fix last change.
+
 2002-04-07  Jason Rumney  <jasonr@gnu.org>
 
        * international/mule-cmds.el (set-default-coding-systems)
@@ -39,8 +43,8 @@
 
 2002-04-04  Richard M. Stallman  <rms@gnu.org>
 
-       * files.el (mode-line-format, mode-line-modified) 
-       (mode-line-mule-info, mode-line-buffer-identification) 
+       * files.el (mode-line-format, mode-line-modified)
+       (mode-line-mule-info, mode-line-buffer-identification)
        (mode-line-modes, mode-line-position): Explicitly mark as risky.
        (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
 
@@ -49,7 +53,7 @@
        * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
        Use (syntax-table), not old-syntax-table.
 
-       * enriched.el (enriched-decode-foreground) 
+       * enriched.el (enriched-decode-foreground)
        (enriched-decode-background): Don't call facemenu-get-face.
 
 2002-04-04  Mike Williams  <mdub@bigfoot.com>
index 849c642fe76f3907aa8ceb0a609089bf4506b47e..c71dd806f6dc74db94442533417a8e3040290ef9 100644 (file)
@@ -1940,7 +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)
+(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)