From c576d1556bd4ca6acfc8af6f21465c1de30b920f Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 19 Feb 2002 08:52:29 +0000 Subject: [PATCH] * wl-message.el (wl-message-add-buttons-to-header): Eliminated needless `goto-char'. --- wl/ChangeLog | 3 +++ wl/wl-message.el | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 8f5b900..1ab514c 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,8 @@ 2002-02-19 Yuuichi Teranishi + * wl-message.el (wl-message-add-buttons-to-header): Eliminated + needless `goto-char'. + * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call `wl-summary-redisplay-no-mime-internal' instead of `wl-summary-redisplay-no-mime'. diff --git a/wl/wl-message.el b/wl/wl-message.el index 88102f4..775758b 100644 --- a/wl/wl-message.el +++ b/wl/wl-message.el @@ -403,7 +403,6 @@ Returns non-nil if bottom of message." (point-max))) (goto-char start) (while (re-search-forward (nth 1 entry) end t) - (goto-char (match-end 0)) (wl-message-add-button (match-beginning (nth 2 entry)) (match-end (nth 2 entry)) -- 1.7.10.4