Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5468a77
Commit
e5468a77
authored
Nov 25, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/calendar/diary-lib.el (diary-outlook-format-1): Another fix.
parent
92c56fe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-2
No files found.
lisp/calendar/diary-lib.el
View file @
e5468a77
...
...
@@ -323,8 +323,7 @@ Returns a string using match elements 1-5, where:
;; If we could convert the monthname to a numeric month, we can
;; use the standard function calendar-date-string.
(
concat
(
if
month
(
calendar-date-string
(
list
(
string-to-number
month
)
(
string-to-number
day
)
(
calendar-date-string
(
list
month
(
string-to-number
day
)
(
string-to-number
year
)))
(
cond
((
eq
calendar-date-style
'iso
)
"\\3 \\1 \\2"
)
; YMD
((
eq
calendar-date-style
'european
)
"\\2 \\1 \\3"
)
; DMY
...
...
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