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:
2ec7764
)
Don't check `base64-encode-string' is builtin or not.
author
morioka
<morioka>
Sat, 24 Oct 1998 14:34:33 +0000
(14:34 +0000)
committer
morioka
<morioka>
Sat, 24 Oct 1998 14:34:33 +0000
(14:34 +0000)
mel.el
patch
|
blob
|
history
diff --git
a/mel.el
b/mel.el
index
277bf6a
..
226a9fb
100644
(file)
--- a/
mel.el
+++ b/
mel.el
@@
-96,8
+96,7
@@
Content-Transfer-Encoding for it."
(mel-define-backend "binary" ("8bit"))
-(when (and (fboundp 'base64-encode-string)
- (subrp (symbol-function 'base64-encode-string)))
+(when (fboundp 'base64-encode-string)
(mel-define-backend "base64")
(mel-define-method-function (mime-encode-string string (nil "base64"))
'base64-encode-string)