From b2311854261b87db587133ccb46901befd0eca78 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 5 Oct 2000 19:11:49 +0000 Subject: [PATCH] Require cl when compiling. --- lisp/rfc1843.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/rfc1843.el b/lisp/rfc1843.el index 1becd8fac..c3bb7907a 100644 --- a/lisp/rfc1843.el +++ b/lisp/rfc1843.el @@ -32,6 +32,7 @@ ;;; Code: +(eval-when-compile (require 'cl)) (require 'mm-util) (defvar rfc1843-word-regexp -- 2.34.1