(require): Require timer when compiling for
authorSimon Josefsson <jas@extundo.com>
Mon, 28 Apr 2003 23:57:07 +0000 (23:57 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 28 Apr 2003 23:57:07 +0000 (23:57 +0000)
with-timeout macro (fix xemacs compile warnings).

lisp/ChangeLog
lisp/mm-url.el

index f22f2ca..4534d7b 100644 (file)
@@ -5,6 +5,9 @@
 
        * sieve-mode.el (c-mode): Ditto.
 
+       * mm-url.el (require): Require timer when compiling for
+       with-timeout macro (fix xemacs compile warnings).
+
 2003-04-28  Dave Love  <fx@gnu.org>
 
        * gnus-util.el (nnheader): Don't require.
index c93c14d..921814d 100644 (file)
@@ -37,6 +37,9 @@
 (eval-and-compile
   (autoload 'executable-find "executable"))
 
+(eval-when-compile
+  (require 'timer))
+
 (defgroup mm-url nil
   "A wrapper of url package and external url command for Gnus."
   :group 'gnus)