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
Peter Liljenberg
lyskom-elisp-client
Commits
9441eb3e
Commit
9441eb3e
authored
Jul 24, 2014
by
Christer Ekholm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shortened one more line in lyskom-mx-date-to-time.
parent
e9e16960
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/view-text.el
src/view-text.el
+3
-1
No files found.
src/view-text.el
View file @
9441eb3e
...
...
@@ -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
)
...
...
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