Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2bbbe4f6
Commit
2bbbe4f6
authored
Apr 08, 2002
by
Pavel Janík
Browse files
(display-time-string): Fix last change.
parent
8a56d8ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lisp/ChangeLog
lisp/ChangeLog
+7
-3
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2bbbe4f6
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>
...
...
lisp/files.el
View file @
2bbbe4f6
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment