Remove redundant (require 'timer) in midnight.el

This commit is contained in:
Leo Liu 2011-03-26 06:26:30 +08:00
parent 1f48f7d236
commit 625897eca3
2 changed files with 1 additions and 2 deletions

View file

@ -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)

View file

@ -39,8 +39,6 @@
(eval-when-compile
(require 'cl))
(require 'timer)
(defgroup midnight nil
"Run something every day at midnight."
:group 'calendar