1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(run-at-time): Allow floating REPEAT values.

This commit is contained in:
Richard M. Stallman 1996-04-04 16:35:55 +00:00
parent 9e32719fbc
commit 4b5406e4cb

View File

@ -286,7 +286,7 @@ This function returns a timer object which you can use in `cancel-timer'."
(error "Invalid time format"))
(or (null repeat)
(natnump repeat)
(numberp repeat)
(error "Invalid repetition interval"))
(let ((timer (timer-create)))