diff lisp/midnight.el @ 23104:b1ce2a4bc9b0

Require `timer' not only when compiling.
author Karl Heuer <kwzh@gnu.org>
date Wed, 26 Aug 1998 19:35:04 +0000
parents 41745889db17
children 7f15741f1899
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."