(time-date): Require to make some autoload issues on XEmacs go away.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2011 00:31:22 +0000 (16:31 -0800)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2011 00:31:22 +0000 (16:31 -0800)
lisp/ChangeLog
lisp/gnus-util.el

index d3ef27b..bdf7d87 100644 (file)
@@ -2,6 +2,7 @@
 
        * gnus-util.el (float-time): If float-time is bound, always use it on
        all Emacsen.  It's unclear why the subrp check was there.
+       (time-date): Require to make some autoload issues on XEmacs go away.
 
        * shr.el (shr-put-color): Don't do the box padding in tables, since
        they're already padded.
index ef99bcc..f1d0ce9 100644 (file)
@@ -38,6 +38,8 @@
 (eval-when-compile
   (require 'cl))
 
+(require 'time-date)
+
 (defcustom gnus-completing-read-function 'gnus-emacs-completing-read
   "Function use to do completing read."
   :version "24.1"