Use `if' instead of `unless'.
authoryamaoka <yamaoka>
Wed, 25 Aug 1999 07:14:43 +0000 (07:14 +0000)
committeryamaoka <yamaoka>
Wed, 25 Aug 1999 07:14:43 +0000 (07:14 +0000)
FLIM-ELS

index 904ec74..1d8ebf6 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
@@ -12,8 +12,9 @@
                     mailcap
                     smtp smtpmail))
 
-(unless (and (fboundp 'base64-encode-string)
-            (subrp (symbol-function 'base64-encode-string)))
+(if (and (fboundp 'base64-encode-string)
+        (subrp (symbol-function 'base64-encode-string)))
+    nil
   (if (fboundp 'dynamic-link)
       (setq flim-modules (cons 'mel-b-dl flim-modules))
     )