From afc2b28e4d726a3bbcbe285ba0553c8684b66624 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 12 Apr 2001 13:25:14 +0000 Subject: [PATCH] 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'. --- wl/ChangeLog | 5 +++++ wl/wl-e21.el | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 8bfa658..a815965 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-04-09 Yuuichi Teranishi * wl-summary.el (wl-summary-sync-force-update): Added argument diff --git a/wl/wl-e21.el b/wl/wl-e21.el index ad3a99f..0a171aa 100644 --- a/wl/wl-e21.el +++ b/wl/wl-e21.el @@ -488,9 +488,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 -- 1.7.10.4