diff options
| -rw-r--r-- | lisp/gnus/qp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/qp.el b/lisp/gnus/qp.el index f83fb6f3119..c1ceac88cef 100644 --- a/lisp/gnus/qp.el +++ b/lisp/gnus/qp.el | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | 29 | ||
| 30 | ;;; Code: | 30 | ;;; Code: |
| 31 | 31 | ||
| 32 | (autoload 'mm-decode-coding-region "mm-util") | 32 | (require 'mm-util) |
| 33 | (autoload 'mm-encode-coding-region "mm-util") | 33 | (eval-when-compile (defvar mm-use-ultra-safe-encoding)) |
| 34 | 34 | ||
| 35 | (defun quoted-printable-decode-region (from to &optional coding-system) | 35 | (defun quoted-printable-decode-region (from to &optional coding-system) |
| 36 | "Decode quoted-printable in the region between FROM and TO, per RFC 2045. | 36 | "Decode quoted-printable in the region between FROM and TO, per RFC 2045. |