From: Dave Love Date: Thu, 6 Jan 2000 12:18:21 +0000 (+0000) Subject: Require cl when compiling. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=d2f5d9a69505085a5bb6e98c4ac1052cc4a56cd0;p=gnus Require cl when compiling. --- diff --git a/lisp/base64.el b/lisp/base64.el index 2635349e5..36e1374ba 100644 --- a/lisp/base64.el +++ b/lisp/base64.el @@ -25,6 +25,8 @@ ;;; Boston, MA 02111-1307, USA. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(eval-when-compile (require 'cl)) + ;; For non-MULE (if (not (fboundp 'char-int)) (fset 'char-int 'identity))