* wl-summary.el (wl-summary-jump-to-current-message): Don't go to point-min.
authoryoichi <yoichi>
Tue, 2 Oct 2001 06:23:13 +0000 (06:23 +0000)
committeryoichi <yoichi>
Tue, 2 Oct 2001 06:23:13 +0000 (06:23 +0000)
wl/ChangeLog
wl/wl-summary.el

index 276dd2c..6a25c37 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
+       point-min.
+
 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-vars.el (wl-message-truncate-lines): New variable.
index 67ebaac..1296ba6 100644 (file)
@@ -5526,8 +5526,7 @@ Use function list is `wl-summary-write-current-folder-functions'."
            (select-window message-win)
          (wl-select-buffer (get-buffer wl-message-buf-name)))
       (wl-summary-redisplay)
-      (wl-select-buffer (get-buffer wl-message-buf-name)))
-    (goto-char (point-min))))
+      (wl-select-buffer (get-buffer wl-message-buf-name)))))
 
 (defun wl-summary-cancel-message ()
   "Cancel an article on news."