mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-25 19:11:56 +00:00
Require mm-util.
This commit is contained in:
parent
d2d001277c
commit
b756f5b43d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user