From: Leo Liu Date: Fri, 25 Mar 2011 22:26:30 +0000 (+0800) Subject: Remove redundant (require 'timer) in midnight.el X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=625897eca3cd4a948791e721b90a2ab31b8e8d8e;p=emacs.git Remove redundant (require 'timer) in midnight.el --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1be233c84b8..f1b53619268 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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) diff --git a/lisp/midnight.el b/lisp/midnight.el index db8f6c5a3df..762bc5445ba 100644 --- a/lisp/midnight.el +++ b/lisp/midnight.el @@ -39,8 +39,6 @@ (eval-when-compile (require 'cl)) -(require 'timer) - (defgroup midnight nil "Run something every day at midnight." :group 'calendar