From 51eb19097565376ee7a9356a50206e0010dbbdf7 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 26 Aug 1998 19:35:04 +0000 Subject: [PATCH] Require `timer' not only when compiling. --- lisp/midnight.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/midnight.el b/lisp/midnight.el index 0613af908a7..531a401f564 100644 --- a/lisp/midnight.el +++ b/lisp/midnight.el @@ -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." -- 2.39.2