1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00

lisp/time.el: Fix compiler warning.

This commit is contained in:
Michael Olson 2008-02-21 20:28:12 +00:00
parent 02761f8558
commit e0b72bbddc

View File

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