Don't check `base64-encode-string' is builtin or not.
authormorioka <morioka>
Sat, 24 Oct 1998 14:34:33 +0000 (14:34 +0000)
committermorioka <morioka>
Sat, 24 Oct 1998 14:34:33 +0000 (14:34 +0000)
mel.el

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)