1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(display-time-string): Fix last change.

This commit is contained in:
Pavel Janík 2002-04-08 05:01:16 +00:00
parent 8a56d8ed33
commit 2bbbe4f6d7
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2002-04-08 Pavel Jan,Bm(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>

View 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)