(spam-bsfilter-path): Use `executable-find' instead of
authorTSUCHIYA Masatoshi <tsuchiya@namazu.org>
Fri, 30 Apr 2004 17:55:59 +0000 (17:55 +0000)
committerTSUCHIYA Masatoshi <tsuchiya@namazu.org>
Fri, 30 Apr 2004 17:55:59 +0000 (17:55 +0000)
`exec-installed-p'.

lisp/ChangeLog
lisp/spam.el

index f888ea0..b2ba903 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * spam.el (spam-bsfilter-path): Use `executable-find' instead of
+       `exec-installed-p'.
+
 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * gnus.el (spam-process, spam-autodetect-methods): Add
index d2d1464..f3d0c11 100644 (file)
@@ -452,7 +452,7 @@ your main source of newsgroup names."
   "Spam bsfilter configuration."
   :group 'spam)
 
-(defcustom spam-bsfilter-path (exec-installed-p "bsfilter")
+(defcustom spam-bsfilter-path (executable-find "bsfilter")
   "File path of the Bsfilter executable program."
   :type '(choice (file :tag "Location of bsfilter")
                 (const :tag "Bsfilter is not installed"))