From 8bcbf0d80aab455fcb180651173372074d92bc1d Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 19 Dec 2000 10:47:31 +0000 Subject: [PATCH] (mime-encode-field-body): Add autoload setting. --- mime.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mime.el b/mime.el index f595961..0f99f18 100644 --- a/mime.el +++ b/mime.el @@ -65,6 +65,10 @@ current-buffer, and return it.") ) +(autoload 'mime-encode-field-body "eword-encode" + "Encode FIELD-BODY as FIELD-NAME, and return the result.") + + ;;; @ Entity Representation and Implementation ;;; -- 1.7.10.4