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
a2e9d3e3
Commit
a2e9d3e3
authored
Apr 24, 2019
by
Eli Zaretskii
Browse files
Fix a typo in a recent commit
* src/timefns.c (timespec_to_lisp): Fix a typo in function definition.
parent
b6d8d34a
Pipeline
#1438
passed with stage
in 54 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/timefns.c
src/timefns.c
+1
-1
No files found.
src/timefns.c
View file @
a2e9d3e3
...
...
@@ -532,7 +532,7 @@ make_lisp_time (struct timespec t)
}
/* Return (TICKS . HZ) for time T. */
struct
Lisp_Object
Lisp_Object
timespec_to_lisp
(
struct
timespec
t
)
{
return
Fcons
(
timespec_ticks
(
t
),
timespec_hz
);
...
...
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