]> git.eshelyaron.com Git - emacs.git/commit
In timefns, call natnump only for non-fixnums
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Jul 2024 09:04:18 +0000 (11:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jul 2024 14:39:49 +0000 (16:39 +0200)
commite8f0c500d19b963417c7cfc0a4dc3f393a8354e9
tree164ca75d715359182e1a162656dab990dc8186ef
parent8b461dc5e71b0991847747fe4b9e9c65c0592df8
In timefns, call natnump only for non-fixnums

* src/timefns.c (decode_time_components): Call Fnatnump only
for non-fixnums, as we need to special-case 0 anyway.

(cherry picked from commit 2fb7bb41bee5e39391c9abc8013bcef39782e88d)
src/timefns.c