]> git.eshelyaron.com Git - emacs.git/commitdiff
Require cl when compiling.
authorDave Love <fx@gnu.org>
Mon, 6 Nov 2000 22:50:28 +0000 (22:50 +0000)
committerDave Love <fx@gnu.org>
Mon, 6 Nov 2000 22:50:28 +0000 (22:50 +0000)
lisp/gnus/uudecode.el

index 3b99ea8a212ae1febc8f8b0236a6b920444ab22b..8f82ef83cba7ad1f3846f471c8576333554c7714 100644 (file)
@@ -34,6 +34,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 (defalias 'uudecode-char-int
   (if (fboundp 'char-int)
       'char-int