Remove redundant (require 'timer) in midnight.el
This commit is contained in:
parent
1f48f7d236
commit
625897eca3
2 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
* midnight.el (midnight-time-float): Remove. Note it calculates
|
||||
the microsecond component incorrectly and seconds-to-time does the
|
||||
same job.
|
||||
Remove redundant (require 'timer).
|
||||
|
||||
* ido.el (ido-read-internal): Simplify with read-from-minibuffer.
|
||||
(ido-completions): Remove unused arguments. (Bug#8329)
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
(eval-when-compile
|
||||
(require 'cl))
|
||||
|
||||
(require 'timer)
|
||||
|
||||
(defgroup midnight nil
|
||||
"Run something every day at midnight."
|
||||
:group 'calendar
|
||||
|
|
Loading…
Add table
Reference in a new issue