diff options
| -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 @@ | |||
| 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.") |