From: yamaoka Date: Thu, 12 Apr 2001 13:24:43 +0000 (+0000) Subject: Applied patch from Yoichi NAKAYAMA . X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=38e63b7a7aca237bb44837a9a8f47c2893dd7428;p=elisp%2Fwanderlust.git Applied patch from Yoichi NAKAYAMA . * 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'. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 45c4390..b16d09d 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2001-04-12 Yoichi NAKAYAMA + + * 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-03-20 TAKAHASHI Kaoru * wl-folder.el (wl-folder-write-current-folder): Support petname. diff --git a/wl/wl-e21.el b/wl/wl-e21.el index 1e3465e..8af4881 100644 --- a/wl/wl-e21.el +++ b/wl/wl-e21.el @@ -485,9 +485,7 @@ (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