From 1391c567676eef53f0a457c1a105860f67379678 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 5 Oct 2000 20:10:23 +0000 Subject: [PATCH] Require cl when compiling. --- lisp/gnus/rfc1843.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/rfc1843.el b/lisp/gnus/rfc1843.el index 1becd8fac39..c3bb7907a2b 100644 --- a/lisp/gnus/rfc1843.el +++ b/lisp/gnus/rfc1843.el @@ -32,6 +32,7 @@ ;;; Code: +(eval-when-compile (require 'cl)) (require 'mm-util) (defvar rfc1843-word-regexp -- 2.39.2