diff options
| author | Paul Eggert | 2020-02-28 12:58:28 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-02-28 12:59:16 -0800 |
| commit | 5cca73dd82cc18322c88721f311f8e6a081849fa (patch) | |
| tree | befd8ed4dbe56d7da41bb5acb40d6b667a5d70de /src | |
| parent | 4dec693f703464bab68ec751f341927c5489d592 (diff) | |
| download | emacs-5cca73dd82cc18322c88721f311f8e6a081849fa.tar.gz emacs-5cca73dd82cc18322c88721f311f8e6a081849fa.zip | |
* src/timefns.c (time_arith): Omit incorrect comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/timefns.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/timefns.c b/src/timefns.c index 46f9193d6a1..a08d3b816ff 100644 --- a/src/timefns.c +++ b/src/timefns.c | |||
| @@ -1033,9 +1033,7 @@ lispint_arith (Lisp_Object a, Lisp_Object b, bool subtract) | |||
| 1033 | } | 1033 | } |
| 1034 | 1034 | ||
| 1035 | /* Given Lisp operands A and B, add their values, and return the | 1035 | /* Given Lisp operands A and B, add their values, and return the |
| 1036 | result as a Lisp timestamp that is in (TICKS . HZ) form if either A | 1036 | result as a Lisp timestamp. Subtract instead of adding if SUBTRACT. */ |
| 1037 | or B are in that form or are floats, (HI LO US PS) form otherwise. | ||
| 1038 | Subtract instead of adding if SUBTRACT. */ | ||
| 1039 | static Lisp_Object | 1037 | static Lisp_Object |
| 1040 | time_arith (Lisp_Object a, Lisp_Object b, bool subtract) | 1038 | time_arith (Lisp_Object a, Lisp_Object b, bool subtract) |
| 1041 | { | 1039 | { |