From: yoichi Date: Thu, 28 Sep 2006 13:52:37 +0000 (+0000) Subject: undo the last change X-Git-Tag: wl-2_15_5~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b8a52192c28b2bf742e6c61ba662dd3ba75c324b;p=elisp%2Fwanderlust.git undo the last change --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 14a5d7b..84d1a50 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,6 +1,6 @@ 2006-09-28 Yoichi NAKAYAMA - * wl-action.el (wl-summary-set-mark): Fix the last change. + * wl-action.el (wl-summary-set-mark): Undo the last change. Forbid interactive call. 2006-09-28 Hiroya Murata diff --git a/wl/wl-action.el b/wl/wl-action.el index 805a7fc..685ae35 100644 --- a/wl/wl-action.el +++ b/wl/wl-action.el @@ -103,10 +103,6 @@ Return number if put mark succeed" (set-buffer-modified-p nil) ;; Return value. number)) - (when (and (eq wl-summary-buffer-view 'thread) - interactive) - (wl-thread-open-close 'force-open) - (wl-summary-jump-to-msg number)) ;; Move the cursor. (if interactive (if (eq wl-summary-move-direction-downward nil)