Use `mel-define-backend' to define "x-uue".
authormorioka <morioka>
Thu, 8 Oct 1998 05:50:53 +0000 (05:50 +0000)
committermorioka <morioka>
Thu, 8 Oct 1998 05:50:53 +0000 (05:50 +0000)
Define "x-uuencode" as a clone of "x-uue".

mel-u.el

index 230706e..5a756aa 100644 (file)
--- a/mel-u.el
+++ b/mel-u.el
@@ -29,6 +29,9 @@
 (require 'mime-def)
 
 
+(mel-define-backend "x-uue")
+
+
 ;;; @ variables
 ;;;
 
@@ -159,4 +162,6 @@ START and END are buffer positions."
 
 (provide 'mel-u)
 
+(mel-define-backend "x-uuencode" ("x-uue"))
+
 ;;; mel-u.el ends here