From edd65d91390b1faebc760fdc25814d9eaba672c2 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 28 Apr 2003 23:57:07 +0000 Subject: [PATCH] (require): Require timer when compiling for with-timeout macro (fix xemacs compile warnings). --- lisp/ChangeLog | 3 +++ lisp/mm-url.el | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f22f2ca19..4534d7b25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 * gnus-util.el (nnheader): Don't require. diff --git a/lisp/mm-url.el b/lisp/mm-url.el index c93c14d8a..921814dea 100644 --- a/lisp/mm-url.el +++ b/lisp/mm-url.el @@ -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) -- 2.34.1