diff options
author | Dave Love <fx@gnu.org> | 2000-11-01 14:48:17 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-01 14:48:17 +0000 |
commit | 5ce3df5708e14f2bfc1274d8a80b248d700e86d2 (patch) | |
tree | e8eec592c5c29424b25595834776724f5ce5add7 /lisp/gnus/utf7.el | |
parent | dd8955f010bec28b040388b288349834fe9b038a (diff) | |
download | emacs-5ce3df5708e14f2bfc1274d8a80b248d700e86d2.tar.gz |
Require cl when compiling.
Diffstat (limited to 'lisp/gnus/utf7.el')
-rw-r--r-- | lisp/gnus/utf7.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/utf7.el b/lisp/gnus/utf7.el index 7d6af42570c..2a5e7527069 100644 --- a/lisp/gnus/utf7.el +++ b/lisp/gnus/utf7.el @@ -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.") |