From: tomo Date: Tue, 19 Dec 2000 10:47:31 +0000 (+0000) Subject: (mime-encode-field-body): Add autoload setting. X-Git-Tag: flim-1_14_0~18 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8bcbf0d80aab455fcb180651173372074d92bc1d;p=elisp%2Fflim.git (mime-encode-field-body): Add autoload setting. --- 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 ;;;