projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6f606d
)
Use `mel-define-backend' to define "x-uue".
author
morioka
<morioka>
Thu, 8 Oct 1998 05:50:53 +0000
(
05:50
+0000)
committer
morioka
<morioka>
Thu, 8 Oct 1998 05:50:53 +0000
(
05:50
+0000)
Define "x-uuencode" as a clone of "x-uue".
mel-u.el
patch
|
blob
|
history
diff --git
a/mel-u.el
b/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