changeset 92057:878175a4c8f1

lisp/time.el: Fix compiler warning.
author Michael Olson <mwolson@gnu.org>
date Thu, 21 Feb 2008 20:28:12 +0000
parents f14d46544b87
children 2a973f28503f
files lisp/time.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time.el	Thu Feb 21 19:41:38 2008 +0000
+++ b/lisp/time.el	Thu Feb 21 20:28:12 2008 +0000
@@ -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