From: yoichi Date: Tue, 2 Oct 2001 06:23:13 +0000 (+0000) Subject: * wl-summary.el (wl-summary-jump-to-current-message): Don't go to point-min. X-Git-Tag: wl-2_6_1~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4b570b8742bd440d884b0104bdc1e8b490188008;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-jump-to-current-message): Don't go to point-min. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 276dd2c..6a25c37 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2001-10-02 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-jump-to-current-message): Don't go to + point-min. + 2001-09-26 Yoichi NAKAYAMA * wl-vars.el (wl-message-truncate-lines): New variable. diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 67ebaac..1296ba6 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -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."