From 70e305ed7e3b7ef0f7f5e1c4899bb16d4cb6448a Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 8 Sep 2004 06:07:31 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-enter-handler): Use `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'. --- wl/ChangeLog | 5 +++++ wl/wl-summary.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 56b1f7d..86cd946 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-09-08 Hiroya Murata + + * wl-summary.el (wl-summary-enter-handler): Use + `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'. + 2004-09-06 Yoichi NAKAYAMA * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 5487266..9e9ba5d 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -3693,7 +3693,7 @@ If ARG is number, jump to the message. Otherwise it shows previous line of th message." (interactive "P") (cond ((numberp arg) - (unless (wl-summary-jump-to-msg arg) + (unless (wl-thread-jump-to-msg arg) (message "Message (#%d) was not found." arg))) (arg (wl-summary-prev-line-content)) -- 1.7.10.4