projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dec693
)
* src/timefns.c (time_arith): Omit incorrect comment.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 28 Feb 2020 20:58:28 +0000
(12:58 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 28 Feb 2020 20:59:16 +0000
(12:59 -0800)
src/timefns.c
patch
|
blob
|
history
diff --git
a/src/timefns.c
b/src/timefns.c
index 46f9193d6a17c7f5e454c38af364a86d603d998a..a08d3b816ffce5167aca6f944d583f870b72c7f8 100644
(file)
--- a/
src/timefns.c
+++ b/
src/timefns.c
@@
-1033,9
+1033,7
@@
lispint_arith (Lisp_Object a, Lisp_Object b, bool subtract)
}
/* Given Lisp operands A and B, add their values, and return the
- result as a Lisp timestamp that is in (TICKS . HZ) form if either A
- or B are in that form or are floats, (HI LO US PS) form otherwise.
- Subtract instead of adding if SUBTRACT. */
+ result as a Lisp timestamp. Subtract instead of adding if SUBTRACT. */
static Lisp_Object
time_arith (Lisp_Object a, Lisp_Object b, bool subtract)
{