Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-elisp-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyskom-elisp-client
lyskom-elisp-client
Commits
9441eb3e
Commit
9441eb3e
authored
Jul 24, 2014
by
Christer Ekholm
Browse files
Options
Downloads
Patches
Plain Diff
Shortened one more line in lyskom-mx-date-to-time.
parent
e9e16960
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/view-text.el
+3
-1
3 additions, 1 deletion
src/view-text.el
with
3 additions
and
1 deletion
src/view-text.el
+
3
−
1
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment