From b117621e35dc70a700281780c57a17a171cf1808 Mon Sep 17 00:00:00 2001 From: okada Date: Thu, 17 Jan 2002 10:05:37 +0000 Subject: [PATCH] Fix --- wl/wl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wl/wl.el b/wl/wl.el index ed81a1c..4aa2123 100644 --- a/wl/wl.el +++ b/wl/wl.el @@ -771,7 +771,8 @@ Entering Plugged mode calls the value of `wl-plugged-mode-hook'." (symbolp . wl-pop-before-smtp-authenticate-type))) (defun wl-check-type () - (let ((type-variables wl-check-type-variables)) + (let ((type-variables wl-check-type-variables) + type) (while (setq type (car type-variables)) (if (and (eval (cdr type)) (not (funcall (car type) -- 1.7.10.4