From: yamaoka Date: Wed, 25 Aug 1999 07:15:21 +0000 (+0000) Subject: Use `if' instead of `unless'. X-Git-Tag: of-tm-8_5~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a66bc06adcff55e45deb0d1044169f0fd3d708aa;p=elisp%2Fflim.git Use `if' instead of `unless'. --- diff --git a/FLIM-ELS b/FLIM-ELS index 904ec74..1d8ebf6 100644 --- 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)) )