Simplify run-at-time
* lisp/emacs-lisp/timer.el (run-at-time): Remove unnecessary test (Bug#39944).
This commit is contained in:
parent
4415534ef0
commit
0a3f8da6e1
1 changed files with 0 additions and 3 deletions
|
@ -378,9 +378,6 @@ This function returns a timer object which you can use in
|
|||
(decoded-time-year now)
|
||||
(decoded-time-zone now)))))))
|
||||
|
||||
(or (time-equal-p time time)
|
||||
(error "Invalid time format"))
|
||||
|
||||
(let ((timer (timer-create)))
|
||||
(timer-set-time timer time repeat)
|
||||
(timer-set-function timer function args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue