From: Pavel Janík Date: Mon, 8 Apr 2002 05:01:16 +0000 (+0000) Subject: (display-time-string): Fix last change. X-Git-Tag: ttn-vms-21-2-B4~15754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bbbe4f6d7c54d866790fbbcfe478f691b8c22d2;p=emacs.git (display-time-string): Fix last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 642e63ec783..357cd0ceb69 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-04-08 Pavel Jan,Bm(Bk + + * files.el (display-time-string): Fix last change. + 2002-04-07 Jason Rumney * international/mule-cmds.el (set-default-coding-systems) @@ -39,8 +43,8 @@ 2002-04-04 Richard M. Stallman - * 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 diff --git a/lisp/files.el b/lisp/files.el index 849c642fe76..c71dd806f6d 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)