changeset 23104:b1ce2a4bc9b0

Require `timer' not only when compiling.
author Karl Heuer <kwzh@gnu.org>
date Wed, 26 Aug 1998 19:35:04 +0000
parents e57c4d201808
children a47a69af14c8
files lisp/midnight.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/midnight.el	Wed Aug 26 18:41:35 1998 +0000
+++ b/lisp/midnight.el	Wed Aug 26 19:35:04 1998 +0000
@@ -39,8 +39,9 @@
 ;;; Code:
 
 (eval-when-compile
- (require 'cl)
- (require 'timer))
+ (require 'cl))
+
+(require 'timer)
 
 (defgroup midnight nil
   "Run something every day at midnight."