of symbolp to test whether the condition is function.
+2006-02-24 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
+ of symbolp to test whether the condition is function.
+
2006-02-24 Yoichi NAKAYAMA <yoichi@geiin.org>
* wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
(lambda (condition)
(cond ((stringp condition)
(std11-field-body condition))
- ((symbolp condition)
+ ((functionp condition)
(funcall condition))
((consp condition)
(and (funcall condition-match-p (car condition))