aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/midnight.el5
1 files 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 @@
39;;; Code: 39;;; Code:
40 40
41(eval-when-compile 41(eval-when-compile
42 (require 'cl) 42 (require 'cl))
43 (require 'timer)) 43
44(require 'timer)
44 45
45(defgroup midnight nil 46(defgroup midnight nil
46 "Run something every day at midnight." 47 "Run something every day at midnight."