mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
* lisp/calendar/time-date.el (format-seconds): Document that the arg can be any time value, and need not be a number. This has been true for some time, but has not been documented. Avoid some (but not all) rounding errors internally, and add a comment about the remaining rounding error. * lisp/emacs-lisp/timer-list.el (list-timers): * lisp/org/org-timer.el (org-timer-show-remaining-time): * lisp/org/ox.el (org-export--stack-generate): * lisp/time.el (emacs-uptime): Omit unnecessary conversion of time value that can increase rounding error. * test/lisp/calendar/time-date-tests.el (test-format-seconds): Test that format-seconds works on time values that are not numbers. |
||
|---|---|---|
| .. | ||
| diary-icalendar-resources | ||
| icalendar-resources | ||
| todo-mode-resources | ||
| cal-bahai-tests.el | ||
| cal-french-tests.el | ||
| cal-julian-tests.el | ||
| calendar-tests.el | ||
| diary-icalendar-tests.el | ||
| holidays-tests.el | ||
| icalendar-ast-tests.el | ||
| icalendar-parser-tests.el | ||
| icalendar-recur-tests.el | ||
| icalendar-tests.el | ||
| iso8601-tests.el | ||
| lunar-tests.el | ||
| parse-time-tests.el | ||
| solar-tests.el | ||
| time-date-tests.el | ||
| todo-mode-tests.el | ||