Mercurial > emacs
changeset 32504:651afe016895
Require mm-util.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 15 Oct 2000 17:19:43 +0000 |
parents | 3470d692f2e0 |
children | 22fab84e28a0 |
files | lisp/gnus/qp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/qp.el Sun Oct 15 17:18:02 2000 +0000 +++ b/lisp/gnus/qp.el Sun Oct 15 17:19:43 2000 +0000 @@ -29,8 +29,8 @@ ;;; Code: -(autoload 'mm-decode-coding-region "mm-util") -(autoload 'mm-encode-coding-region "mm-util") +(require 'mm-util) +(eval-when-compile (defvar mm-use-ultra-safe-encoding)) (defun quoted-printable-decode-region (from to &optional coding-system) "Decode quoted-printable in the region between FROM and TO, per RFC 2045.