]> git.eshelyaron.com Git - emacs.git/commit
Rename timefns internals
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Jul 2024 07:26:14 +0000 (09:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jul 2024 14:39:46 +0000 (16:39 +0200)
commit6cc14dcd992dbf0359bd4abc6e1e2f5713636e21
treef18c30a647fe286a0c3a089b8a2c0933d2b9ba0c
parentfab39e2987c2880903e8e79c754307f6fdda062c
Rename timefns internals

The old names didn’t fit in the conventions used for newer names.
* src/timefns.c (struct ticks_hz): Rename from struct lisp_time.
(union c_time): Rename lt to th.
(ticks_hz_hz_ticks): Rename from lisp_time_hz_ticks.
(ticks_hz_seconds): Rename from lisp_time_seconds.
All uses changed.

(cherry picked from commit 5e8a38ecb2a78c0e318892683dc0195084197c57)
src/timefns.c