* wl-summary.el (wl-summary-enter-handler): Use
authorhmurata <hmurata>
Wed, 8 Sep 2004 06:07:31 +0000 (06:07 +0000)
committerhmurata <hmurata>
Wed, 8 Sep 2004 06:07:31 +0000 (06:07 +0000)
`wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.

wl/ChangeLog
wl/wl-summary.el

index 56b1f7d..86cd946 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * 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  <yoichi@geiin.org>
 
        * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
index 5487266..9e9ba5d 100644 (file)
@@ -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))