From 625897eca3cd4a948791e721b90a2ab31b8e8d8e Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sat, 26 Mar 2011 06:26:30 +0800 Subject: [PATCH] Remove redundant (require 'timer) in midnight.el --- lisp/ChangeLog | 1 + lisp/midnight.el | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.11.4.GIT