From: Karl Heuer Date: Wed, 26 Aug 1998 19:35:04 +0000 (+0000) Subject: Require `timer' not only when compiling. X-Git-Tag: emacs-20.4~1845 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51eb19097565376ee7a9356a50206e0010dbbdf7;p=emacs.git Require `timer' not only when compiling. --- 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."