Require cl when compiling.
authorDave Love <fx@gnu.org>
Thu, 6 Jan 2000 12:18:21 +0000 (12:18 +0000)
committerDave Love <fx@gnu.org>
Thu, 6 Jan 2000 12:18:21 +0000 (12:18 +0000)
lisp/base64.el

index 2635349..36e1374 100644 (file)
@@ -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))