Remove redundant (require 'timer) in midnight.el
authorLeo Liu <sdl.web@gmail.com>
Fri, 25 Mar 2011 22:26:30 +0000 (06:26 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 25 Mar 2011 22:26:30 +0000 (06:26 +0800)
lisp/ChangeLog
lisp/midnight.el

index 1be233c..f1b5361 100644 (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)
index db8f6c5..762bc54 100644 (file)
@@ -39,8 +39,6 @@
 (eval-when-compile
  (require 'cl))
 
-(require 'timer)
-
 (defgroup midnight nil
   "Run something every day at midnight."
   :group 'calendar