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
658dcd47
Commit
658dcd47
authored
Oct 18, 2007
by
Richard M. Stallman
Browse files
(display-time-world-time-format): Display day # not month #.
parent
b3843c61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/time.el
lisp/time.el
+1
-1
No files found.
lisp/ChangeLog
View file @
658dcd47
2007-10-18 Richard Stallman <rms@gnu.org>
* time.el (display-time-world-time-format): Display day # not month #.
2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
* files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
...
...
lisp/time.el
View file @
658dcd47
...
...
@@ -127,7 +127,7 @@ LABEL is a string to display to label that zone's time."
:type '(repeat (list string string))
:version "
23.1
")
(defcustom display-time-world-time-format "
%A
%
m
%B
%R
%Z
"
(defcustom display-time-world-time-format "
%A
%
d
%B
%R
%Z
"
"
Format
of
the
time
displayed,
see
`
format-time-string
'.
"
:group 'display-time
:type 'string
...
...
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