From ad7ffc6af4fe50a88802b0adbad4d794ff933bdd Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 27 Aug 2006 12:05:57 +0000 Subject: [PATCH] fix the last change --- elmo/elsp-bsfilter.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/elmo/elsp-bsfilter.el b/elmo/elsp-bsfilter.el index 8cae0e7..662b103 100644 --- a/elmo/elsp-bsfilter.el +++ b/elmo/elsp-bsfilter.el @@ -92,14 +92,14 @@ nil (if elmo-spam-bsfilter-debug (get-buffer-create "*Debug ELMO Bsfilter*")) nil - (delq nil - (append (if elmo-spam-bsfilter-shell-switch - (list elmo-spam-bsfilter-shell-switch)) - (list elmo-spam-bsfilter-program) - elmo-spam-bsfilter-args - (if elmo-spam-bsfilter-database-directory - (list "--homedir" elmo-spam-bsfilter-database-directory)) - (elmo-flatten args))))) + (append (if elmo-spam-bsfilter-shell-switch + (list elmo-spam-bsfilter-shell-switch)) + (if elmo-spam-bsfilter-program + (list elmo-spam-bsfilter-program)) + elmo-spam-bsfilter-args + (if elmo-spam-bsfilter-database-directory + (list "--homedir" elmo-spam-bsfilter-database-directory)) + (elmo-flatten args)))) (luna-define-method elmo-spam-buffer-spam-p ((processor elsp-bsfilter) buffer &optional register) -- 1.7.10.4