emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103752: Remove redundant (require 't


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103752: Remove redundant (require 'timer) in midnight.el
Date: Sat, 26 Mar 2011 06:26:30 +0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103752
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sat 2011-03-26 06:26:30 +0800
message:
  Remove redundant (require 'timer) in midnight.el
modified:
  lisp/ChangeLog
  lisp/midnight.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-25 22:11:15 +0000
+++ b/lisp/ChangeLog    2011-03-25 22:26:30 +0000
@@ -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)

=== modified file 'lisp/midnight.el'
--- a/lisp/midnight.el  2011-03-25 22:11:15 +0000
+++ b/lisp/midnight.el  2011-03-25 22:26:30 +0000
@@ -39,8 +39,6 @@
 (eval-when-compile
  (require 'cl))
 
-(require 'timer)
-
 (defgroup midnight nil
   "Run something every day at midnight."
   :group 'calendar


reply via email to

[Prev in Thread] Current Thread [Next in Thread]