aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-01 14:48:17 +0000
committerDave Love2000-11-01 14:48:17 +0000
commit5ce3df5708e14f2bfc1274d8a80b248d700e86d2 (patch)
treee8eec592c5c29424b25595834776724f5ce5add7
parentdd8955f010bec28b040388b288349834fe9b038a (diff)
downloademacs-5ce3df5708e14f2bfc1274d8a80b248d700e86d2.tar.gz
emacs-5ce3df5708e14f2bfc1274d8a80b248d700e86d2.zip
Require cl when compiling.
-rw-r--r--lisp/gnus/utf7.el1
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 @@
44;;; Code: 44;;; Code:
45 45
46(require 'base64) 46(require 'base64)
47(eval-when-compile (require 'cl))
47 48
48(defvar utf7-direct-encoding-chars " -%'-*,-[]-}" 49(defvar utf7-direct-encoding-chars " -%'-*,-[]-}"
49 "Character ranges which do not need escaping in UTF-7.") 50 "Character ranges which do not need escaping in UTF-7.")