Rename time-equal to time-equal-p
This is for consistency with time-less-p. * doc/lispref/os.texi (Time Calculations), etc/NEWS: * src/editfns.c (Ftime_equal_p, syms_of_editfns): * test/lisp/emacs-lisp/timer-tests.el (timer-test-multiple-of-time): Rename.
This commit is contained in:
parent
6aa93b45af
commit
857c2c2710
4 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@
|
|||
(should (debug-timer-check)) t))
|
||||
|
||||
(ert-deftest timer-test-multiple-of-time ()
|
||||
(should (time-equal
|
||||
(should (time-equal-p
|
||||
(timer-next-integral-multiple-of-time '(0 0 0 1) (1+ (ash 1 53)))
|
||||
(list (ash 1 (- 53 16)) 1))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue