]> code.delx.au - gnu-emacs/commitdiff
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 1be233c84b839ceb5f6a563fb20901bc1f14ee86..f1b5361926846e25f4fc251fb471b258468746c6 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 db8f6c5a3df2a5d3838f2215ef216eb7af0db445..762bc5445ba96991dde2f8984ad9136f469e7bdb 100644 (file)
@@ -39,8 +39,6 @@
 (eval-when-compile
  (require 'cl))
 
-(require 'timer)
-
 (defgroup midnight nil
   "Run something every day at midnight."
   :group 'calendar