* wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to call the
 command `wl-biff-check-folders' in `mode-line-mouse2-map'.
+2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
+       call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
+
 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-vars.el (wl-biff-unnotify-hook): New variable.
 
 (defun wl-biff-init-icons ()
   (let ((props (when (display-mouse-p)
                 (list 'local-map (purecopy (make-mode-line-mouse2-map
-                                            (lambda nil
-                                              (call-interactively
-                                               'wl-biff-check-folders))))
+                                            #'wl-biff-check-folders))
                       'help-echo "mouse-2 checks new mails"))))
     (if (wl-e21-display-image-p)
        (progn