changeset 14938:e4f4dc22f5a3

(run-at-time): Allow floating REPEAT values.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Apr 1996 16:35:55 +0000
parents a2cc3eb1633b
children c0e8ab5d23fc
files lisp/timer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/timer.el	Wed Apr 03 22:04:51 1996 +0000
+++ b/lisp/timer.el	Thu Apr 04 16:35:55 1996 +0000
@@ -286,7 +286,7 @@
       (error "Invalid time format"))
 
   (or (null repeat)
-      (natnump repeat)
+      (numberp repeat)
       (error "Invalid repetition interval"))
 
   (let ((timer (timer-create)))