]> git.eshelyaron.com Git - emacs.git/commitdiff
Require cl when compiling.
authorDave Love <fx@gnu.org>
Wed, 1 Nov 2000 14:48:17 +0000 (14:48 +0000)
committerDave Love <fx@gnu.org>
Wed, 1 Nov 2000 14:48:17 +0000 (14:48 +0000)
lisp/gnus/utf7.el

index 7d6af42570c8f90a307c9adff908162ae44a2968..2a5e75270690c84b3c182d163927ad2224cc72d6 100644 (file)
@@ -44,6 +44,7 @@
 ;;; Code:
 
 (require 'base64)
+(eval-when-compile (require 'cl))
 
 (defvar utf7-direct-encoding-chars " -%'-*,-[]-}"
   "Character ranges which do not need escaping in UTF-7.")