Skip to content
Snippets Groups Projects
Commit 9441eb3e authored by Christer Ekholm's avatar Christer Ekholm
Browse files

Shortened one more line in lyskom-mx-date-to-time.

parent e9e16960
Branches
Tags
No related merge requests found
......@@ -1318,7 +1318,9 @@ Args: TEXT-STAT of the text being read."
(setq date
(if kom-show-mx-date-as-local
convdate
(list sec min hour day month year (or wday (elt convdate 6)) dst zone)))
(list sec min hour day month year
(or wday (elt convdate 6))
dst zone)))
(lyskom-create-time (elt date 0)
(elt date 1)
(elt date 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment