projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469fe6a
)
* src/timefns.c: Minor comment fix.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 16 Dec 2021 23:35:32 +0000
(15:35 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 16 Dec 2021 23:35:32 +0000
(15:35 -0800)
src/timefns.c
patch
|
blob
|
history
diff --git
a/src/timefns.c
b/src/timefns.c
index 998490bb7fbcdc2a1209837c09f40c962d141479..74b5ca8d51536e4404fca13e8bbdc96071b6253f 100644
(file)
--- a/
src/timefns.c
+++ b/
src/timefns.c
@@
-1140,8
+1140,7
@@
time_arith (Lisp_Object a, Lisp_Object b, bool subtract)
upwards by multiplying the normalized numerator and denominator
so that the resulting denominator becomes at least hzmin.
This rescaling avoids returning a timestamp that is less precise
- than both a and b, or a timestamp that looks obsolete when that
- might be a problem. */
+ than both a and b. */
if (!FASTER_TIMEFNS || mpz_cmp (*ihz, *hzmin) < 0)
{
/* Rescale straightforwardly. Although this might not