mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
Fix a typo in a recent commit
* src/timefns.c (timespec_to_lisp): Fix a typo in function definition.
This commit is contained in:
parent
b6d8d34aed
commit
a2e9d3e335
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user