lisp/time.el: Fix compiler warning.
authorMichael Olson <mwolson@gnu.org>
Thu, 21 Feb 2008 20:28:12 +0000 (20:28 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 21 Feb 2008 20:28:12 +0000 (20:28 +0000)
lisp/time.el

index d889a7c..63bc23c 100644 (file)
@@ -32,6 +32,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'time-date))
+
 (defgroup display-time nil
   "Display time and load in mode line of Emacs."
   :group 'mode-line