X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mime-def.el;h=3611b08cb2437331087b7c2f7839f78b50ed8a6d;hb=a189757d9f910cf0a172f40ee92af79e5a85fbdf;hp=d5387be62f8c4a1f3a83d236b9e57ab7ab58a654;hpb=199e8ce229167096dc437b8476d1d76d1cd38c93;p=elisp%2Fflim.git diff --git a/mime-def.el b/mime-def.el index d5387be..3611b08 100644 --- a/mime-def.el +++ b/mime-def.el @@ -52,6 +52,11 @@ :group 'mime :type 'directory) +(defcustom mime-uuencode-encoding-name-list '("x-uue" "x-uuencode") + "*List of encoding names for uuencode format." + :group 'mime + :type '(repeat string)) + ;;; @ required functions ;;;