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:
5ace2d9
)
fixed.
author
morioka
<morioka>
Sat, 24 Oct 1998 14:24:06 +0000
(14:24 +0000)
committer
morioka
<morioka>
Sat, 24 Oct 1998 14:24:06 +0000
(14:24 +0000)
mel.el
patch
|
blob
|
history
diff --git
a/mel.el
b/mel.el
index
8705745
..
277bf6a
100644
(file)
--- a/
mel.el
+++ b/
mel.el
@@
-96,7
+96,8
@@
Content-Transfer-Encoding for it."
(mel-define-backend "binary" ("8bit"))
-(when (subrp 'base64-encode-string)
+(when (and (fboundp 'base64-encode-string)
+ (subrp (symbol-function 'base64-encode-string)))
(mel-define-backend "base64")
(mel-define-method-function (mime-encode-string string (nil "base64"))
'base64-encode-string)